#91BECC

Color #91BECC Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #91BECC

Tints of Regent St Blue #91BECC

Color information

#91BECC (or 0x91BECC) is unknown color: approx Regent St Blue. HEX triplet: 91, BE and CC. RGB value is (145,190,204). Sum of RGB (Red+Green+Blue) = 145+190+204=539 (71% of max value = 765). Red value is 145 (57.03% from 255 or 26.90% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #91BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BECC is #6E4133. Grayscale: #B2B2B2. Windows color (decimal): -7225652 or 13418129. OLE color: 13418129.

HSL color Cylindrical-coordinate representation of color #91BECC: hue angle of 194.24º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91BECC is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB145190204-
CMYK0.290.0700.2
HSL194.24º36.65%68.43%-
HSV(B)194.24º28.92%80%-
XYZ40.9947.2164.08-
YUV178.14142.59104.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 26.90%
GREEN value IS 190 (74.61% from 255) = 35.25%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=26.90%
G=35.25%
B=37.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1451902040.290.0700.2194.2436.6568.43
Hex91BECC1D7014c22544
Octal22127631435702430245104
Binary10010001101111101100110011101111010100110000101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91BECC; }

 p { color: rgb(145,190,204); }

 H1.HeaderClassName
 {
   color: #91BECC;
 }
 .AnyTagClassName
 {
   color: #91BECC;
 }
</style>
background-color css

<style>
 a { background-color: #91BECC; }

 a { background-color: rgb(145,190,204); }

 div.DivClassName
 {
   background-color: #91BECC;
 }
 .BgClassName
 {
   background-color: #91BECC;
 }
</style>
border-color css

<style>
 span { border-color: #91BECC; }

 span { border-color: rgb(145,190,204); }

 td.TdClassName
 {
   border-color: #91BECC;
 }
 .TagClassName
 {
   border-color: #91BECC;
 }
</style>