#96B9DE

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

Shades of Cornflower #96B9DE

Tints of Cornflower #96B9DE

Color information

#96B9DE (or 0x96B9DE) is unknown color: approx Cornflower. HEX triplet: 96, B9 and DE. RGB value is (150,185,222). Sum of RGB (Red+Green+Blue) = 150+185+222=557 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.93% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #96B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B9DE is #694621. Grayscale: #B2B2B2. Windows color (decimal): -6899234 or 14596502. OLE color: 14596502.

HSL color Cylindrical-coordinate representation of color #96B9DE: hue angle of 210.83º 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 #96B9DE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB150185222-
CMYK0.320.1700.13
HSL210.83º52.17%72.94%-
HSV(B)210.83º32.43%87.06%-
XYZ43.1146.4675.8-
YUV178.75152.4107.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.93%
GREEN value IS 185 (72.66% from 255) = 33.21%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=26.93%
G=33.21%
B=39.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1501852220.320.1700.13210.8352.1772.94
Hex96B9DE20110Dd33449
Octal226271336402101532364111
Binary1001011010111001110111101000001000101101110100111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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