#96C2EB

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

Shades of Cornflower #96C2EB

Tints of Cornflower #96C2EB

Color information

#96C2EB (or 0x96C2EB) is unknown color: approx Cornflower. HEX triplet: 96, C2 and EB. RGB value is (150,194,235). Sum of RGB (Red+Green+Blue) = 150+194+235=579 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.91% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #96C2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C2EB is #693D14. Grayscale: #B9B9B9. Windows color (decimal): -6896917 or 15450774. OLE color: 15450774.

HSL color Cylindrical-coordinate representation of color #96C2EB: hue angle of 208.94º 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 #96C2EB is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB150194235-
CMYK0.360.1700.08
HSL208.94º68%75.49%-
HSV(B)208.94º36.17%92.16%-
XYZ46.8651.0785.98-
YUV185.52155.92102.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 25.91%
GREEN value IS 194 (76.17% from 255) = 33.51%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=25.91%
G=33.51%
B=40.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1501942350.360.1700.08208.946875.49
Hex96C2EB241108d1444b
Octal2263023534421010321104113
Binary10010110110000101110101110010010001010001101000110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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