#96BCDE

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

Shades of Cornflower #96BCDE

Tints of Cornflower #96BCDE

Color information

#96BCDE (or 0x96BCDE) is unknown color: approx Cornflower. HEX triplet: 96, BC and DE. RGB value is (150,188,222). Sum of RGB (Red+Green+Blue) = 150+188+222=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #96BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BCDE is #694321. Grayscale: #B4B4B4. Windows color (decimal): -6898466 or 14597270. OLE color: 14597270.

HSL color Cylindrical-coordinate representation of color #96BCDE: hue angle of 208.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BCDE is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150188222-
CMYK0.320.1500.13
HSL208.33º52.17%72.94%-
HSV(B)208.33º32.43%87.06%-
XYZ43.7547.7276.01-
YUV180.51151.41106.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.79%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=26.79%
G=33.57%
B=39.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501882220.320.1500.13208.3352.1772.94
Hex96BCDE20F0Dd03449
Octal226274336401701532064111
Binary100101101011110011011110100000111101101110100001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BCDE; }

 p { color: rgb(150,188,222); }

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

<style>
 a { background-color: #96BCDE; }

 a { background-color: rgb(150,188,222); }

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

<style>
 span { border-color: #96BCDE; }

 span { border-color: rgb(150,188,222); }

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