#96CEEE

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

Shades of Cornflower #96CEEE

Tints of Cornflower #96CEEE

Color information

#96CEEE (or 0x96CEEE) is unknown color: approx Cornflower. HEX triplet: 96, CE and EE. RGB value is (150,206,238). Sum of RGB (Red+Green+Blue) = 150+206+238=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #96CEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEEE is #693111. Grayscale: #C0C0C0. Windows color (decimal): -6893842 or 15650454. OLE color: 15650454.

HSL color Cylindrical-coordinate representation of color #96CEEE: hue angle of 201.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CEEE is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150206238-
CMYK0.370.1300.07
HSL201.82º72.13%76.08%-
HSV(B)201.82º36.97%93.33%-
XYZ50.0856.889.21-
YUV192.9153.4597.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.25%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=25.25%
G=34.68%
B=40.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502062380.370.1300.07201.8272.1376.08
Hex96CEEE25D07ca484c
Octal226316356451507312110114
Binary100101101100111011101110100101110101111100101010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,238); }

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

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

 a { background-color: rgb(150,206,238); }

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

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

 span { border-color: rgb(150,206,238); }

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