#96D2EB

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

Shades of Cornflower #96D2EB

Tints of Cornflower #96D2EB

Color information

#96D2EB (or 0x96D2EB) is unknown color: approx Cornflower. HEX triplet: 96, D2 and EB. RGB value is (150,210,235). Sum of RGB (Red+Green+Blue) = 150+210+235=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #96D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D2EB is #692D14. Grayscale: #C2C2C2. Windows color (decimal): -6892821 or 15454870. OLE color: 15454870.

HSL color Cylindrical-coordinate representation of color #96D2EB: hue angle of 197.65º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D2EB is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150210235-
CMYK0.360.1100.08
HSL197.65º68%75.49%-
HSV(B)197.65º36.17%92.16%-
XYZ50.6258.5887.24-
YUV194.91150.6295.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.21%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=25.21%
G=35.29%
B=39.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502102350.360.1100.08197.656875.49
Hex96D2EB24B08c6444b
Octal2263223534413010306104113
Binary1001011011010010111010111001001011010001100011010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,210,235); }

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

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

 a { background-color: rgb(150,210,235); }

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

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

 span { border-color: rgb(150,210,235); }

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