#96BAED

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

Shades of Cornflower #96BAED

Tints of Cornflower #96BAED

Color information

#96BAED (or 0x96BAED) is unknown color: approx Cornflower. HEX triplet: 96, BA and ED. RGB value is (150,186,237). Sum of RGB (Red+Green+Blue) = 150+186+237=573 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.18% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #96BAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BAED is #694512. Grayscale: #B4B4B4. Windows color (decimal): -6898963 or 15579798. OLE color: 15579798.

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

Color convert

RGB150186237-
CMYK0.370.2200.07
HSL215.17º70.73%75.88%-
HSV(B)215.17º36.71%92.94%-
XYZ45.4247.7286.94-
YUV181.05159.57105.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.18%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 237 (92.97% from 255) = 41.36%
R=26.18%
G=32.46%
B=41.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501862370.370.2200.07215.1770.7375.88
Hex96BAED251607d7474c
Octal226272355452607327107114
Binary1001011010111010111011011001011011001111101011110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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