#96CCEF

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

Shades of Cornflower #96CCEF

Tints of Cornflower #96CCEF

Color information

#96CCEF (or 0x96CCEF) is unknown color: approx Cornflower. HEX triplet: 96, CC and EF. RGB value is (150,204,239). Sum of RGB (Red+Green+Blue) = 150+204+239=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #96CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CCEF is #693310. Grayscale: #BFBFBF. Windows color (decimal): -6894353 or 15715478. OLE color: 15715478.

HSL color Cylindrical-coordinate representation of color #96CCEF: hue angle of 203.6º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CCEF is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150204239-
CMYK0.370.1500.06
HSL203.6º73.55%76.27%-
HSV(B)203.6º37.24%93.73%-
XYZ49.7555.989.83-
YUV191.84154.6198.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.30%
GREEN value IS 204 (80.08% from 255) = 34.40%
BLUE value IS 239 (93.75% from 255) = 40.30%
R=25.30%
G=34.40%
B=40.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502042390.370.1500.06203.673.5576.27
Hex96CCEF25F06cc4a4c
Octal226314357451706314112114
Binary100101101100110011101111100101111101101100110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,239); }

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

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

 a { background-color: rgb(150,204,239); }

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

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

 span { border-color: rgb(150,204,239); }

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