#96CBEF

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

Shades of Cornflower #96CBEF

Tints of Cornflower #96CBEF

Color information

#96CBEF (or 0x96CBEF) is unknown color: approx Cornflower. HEX triplet: 96, CB and EF. RGB value is (150,203,239). Sum of RGB (Red+Green+Blue) = 150+203+239=592 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.34% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #96CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CBEF is #693410. Grayscale: #BFBFBF. Windows color (decimal): -6894609 or 15715222. OLE color: 15715222.

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

Color convert

RGB150203239-
CMYK0.370.1500.06
HSL204.27º73.55%76.27%-
HSV(B)204.27º37.24%93.73%-
XYZ49.5155.4389.75-
YUV191.26154.9498.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.34%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=25.34%
G=34.29%
B=40.37%

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
Decimal1502032390.370.1500.06204.2773.5576.27
Hex96CBEF25F06cc4a4c
Octal226313357451706314112114
Binary100101101100101111101111100101111101101100110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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