#96BAD9

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

Shades of Cornflower #96BAD9

Tints of Cornflower #96BAD9

Color information

#96BAD9 (or 0x96BAD9) is unknown color: approx Cornflower. HEX triplet: 96, BA and D9. RGB value is (150,186,217). Sum of RGB (Red+Green+Blue) = 150+186+217=553 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.12% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #96BAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BAD9 is #694526. Grayscale: #B2B2B2. Windows color (decimal): -6898983 or 14269078. OLE color: 14269078.

HSL color Cylindrical-coordinate representation of color #96BAD9: hue angle of 207.76º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96BAD9 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150186217-
CMYK0.310.1400.15
HSL207.76º46.85%71.96%-
HSV(B)207.76º30.88%85.1%-
XYZ42.6646.6172.39-
YUV178.77149.57107.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.12%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=27.12%
G=33.63%
B=39.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501862170.310.1400.15207.7646.8571.96
Hex96BAD91FE0Fd02f48
Octal226272331371601732057110
Binary10010110101110101101100111111111001111110100001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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