#91BBDC

Color #91BBDC Cornflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower #91BBDC

Tints of Cornflower #91BBDC

Color information

#91BBDC (or 0x91BBDC) is unknown color: approx Cornflower. HEX triplet: 91, BB and DC. RGB value is (145,187,220). Sum of RGB (Red+Green+Blue) = 145+187+220=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #91BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BBDC is #6E4423. Grayscale: #B2B2B2. Windows color (decimal): -7226404 or 14465937. OLE color: 14465937.

HSL color Cylindrical-coordinate representation of color #91BBDC: hue angle of 206.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91BBDC is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145187220-
CMYK0.340.1500.14
HSL206.4º51.72%71.57%-
HSV(B)206.4º34.09%86.27%-
XYZ42.3746.7374.5-
YUV178.2151.59104.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 26.27%
GREEN value IS 187 (73.44% from 255) = 33.88%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=26.27%
G=33.88%
B=39.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451872200.340.1500.14206.451.7271.57
Hex91BBDC22F0Ece3448
Octal221273334421701631664110
Binary100100011011101111011100100010111101110110011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,187,220); }

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

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

 a { background-color: rgb(145,187,220); }

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

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

 span { border-color: rgb(145,187,220); }

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