#96BAE9

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

Shades of Cornflower #96BAE9

Tints of Cornflower #96BAE9

Color information

#96BAE9 (or 0x96BAE9) is unknown color: approx Cornflower. HEX triplet: 96, BA and E9. RGB value is (150,186,233). Sum of RGB (Red+Green+Blue) = 150+186+233=569 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.36% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #96BAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BAE9 is #694516. Grayscale: #B4B4B4. Windows color (decimal): -6898967 or 15317654. OLE color: 15317654.

HSL color Cylindrical-coordinate representation of color #96BAE9: hue angle of 213.98º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96BAE9 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB150186233-
CMYK0.360.2000.09
HSL213.98º65.35%75.1%-
HSV(B)213.98º35.62%91.37%-
XYZ44.8447.4983.89-
YUV180.59157.57106.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.36%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 233 (91.41% from 255) = 40.95%
R=26.36%
G=32.69%
B=40.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1501862330.360.2000.09213.9865.3575.1
Hex96BAE9241409d6414b
Octal2262723514424011326101113
Binary10010110101110101110100110010010100010011101011010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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