#96CAEF

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

Shades of Cornflower #96CAEF

Tints of Cornflower #96CAEF

Color information

#96CAEF (or 0x96CAEF) is unknown color: approx Cornflower. HEX triplet: 96, CA and EF. RGB value is (150,202,239). Sum of RGB (Red+Green+Blue) = 150+202+239=591 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.38% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #96CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CAEF is #693510. Grayscale: #BEBEBE. Windows color (decimal): -6894865 or 15714966. OLE color: 15714966.

HSL color Cylindrical-coordinate representation of color #96CAEF: hue angle of 204.94º 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 #96CAEF is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150202239-
CMYK0.370.1500.06
HSL204.94º73.55%76.27%-
HSV(B)204.94º37.24%93.73%-
XYZ49.2854.9689.67-
YUV190.67155.2798.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.38%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 239 (93.75% from 255) = 40.44%
R=25.38%
G=34.18%
B=40.44%

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
Decimal1502022390.370.1500.06204.9473.5576.27
Hex96CAEF25F06cd4a4c
Octal226312357451706315112114
Binary100101101100101011101111100101111101101100110110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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