#96BCED

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

Shades of Cornflower #96BCED

Tints of Cornflower #96BCED

Color information

#96BCED (or 0x96BCED) is unknown color: approx Cornflower. HEX triplet: 96, BC and ED. RGB value is (150,188,237). Sum of RGB (Red+Green+Blue) = 150+188+237=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #96BCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCED is #694312. Grayscale: #B5B5B5. Windows color (decimal): -6898451 or 15580310. OLE color: 15580310.

HSL color Cylindrical-coordinate representation of color #96BCED: hue angle of 213.79º degrees, saturation: 0.71, 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 #96BCED is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150188237-
CMYK0.370.2100.07
HSL213.79º70.73%75.88%-
HSV(B)213.79º36.71%92.94%-
XYZ45.8548.5687.08-
YUV182.22158.91105.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.09%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=26.09%
G=32.70%
B=41.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501882370.370.2100.07213.7970.7375.88
Hex96BCED251507d6474c
Octal226274355452507326107114
Binary1001011010111100111011011001011010101111101011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,237); }

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

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

 a { background-color: rgb(150,188,237); }

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

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

 span { border-color: rgb(150,188,237); }

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