Shades of Cornflower #96BEE2
Tints of Cornflower #96BEE2
RGB
CMYK
RGB Variations
Color information
#96BEE2 (or 0x96BEE2) is known color: Cornflower. HEX triplet: 96, BE and E2. RGB value is (150,190,226). Sum of RGB (Red+Green+Blue) = 150+190+226=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 226 (88.67% from 255 or 39.93% from 566); Max value from RGB is 226 - color contains mainly: blue. Hex color #96BEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEE2 is #69411D. Grayscale: #B5B5B5. Windows color (decimal): -6897950 or 14859926. OLE color: 14859926.
HSL color Cylindrical-coordinate representation of color #96BEE2: hue angle of 208.42º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96BEE2 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 190 | 226 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.11 |
| HSL | 208.42º | 0.57% | 0.74% | - |
| HSV(B) | 208.42º | 0.34% | 0.89% | - |
| XYZ | 44.72 | 48.8 | 79.01 | - |
| YUV | 182.14 | 152.75 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 226 | 0.34 | 0.16 | 0 | 0.11 | 208.42 | 0.57 | 0.74 |
| Hex | 96 | BE | E2 | 22 | 10 | 0 | B | D0 | 39 | 4A |
| Octal | 226 | 276 | 342 | 42 | 20 | 0 | 13 | 320 | 71 | 112 |
| Binary | 10010110 | 10111110 | 11100010 | 100010 | 10000 | 0 | 1011 | 11010000 | 111001 | 1001010 |
Color Harmonies of #96BEE2
Complementary color
Monochromatic Colors of #96BEE2
Black with #96BEE2
Text Example
Text Example
White with #96BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BEE2; }
p { color: rgb(150,190,226); }
H1.HeaderClassName
{
color: #96BEE2;
}
.AnyTagClassName
{
color: #96BEE2;
}
</style>
background-color css
<style>
a { background-color: #96BEE2; }
a { background-color: rgb(150,190,226); }
div.DivClassName
{
background-color: #96BEE2;
}
.BgClassName
{
background-color: #96BEE2;
}
</style>
border-color css
<style>
span { border-color: #96BEE2; }
span { border-color: rgb(150,190,226); }
td.TdClassName
{
border-color: #96BEE2;
}
.TagClassName
{
border-color: #96BEE2;
}
</style>