Shades of Cornflower #96D2EC
Tints of Cornflower #96D2EC
RGB
CMYK
RGB Variations
Color information
#96D2EC (or 0x96D2EC) is known color: Cornflower. HEX triplet: 96, D2 and EC. RGB value is (150,210,236). Sum of RGB (Red+Green+Blue) = 150+210+236=596 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.17% from 596); Green value is 210 (82.42% from 255 or 35.23% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #96D2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D2EC is #692D13. Grayscale: #C2C2C2. Windows color (decimal): -6892820 or 15520406. OLE color: 15520406.
HSL color Cylindrical-coordinate representation of color #96D2EC: hue angle of 198.14º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D2EC is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 210 | 236 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.07 |
| HSL | 198.14º | 0.69% | 0.76% | - |
| HSV(B) | 198.14º | 0.36% | 0.93% | - |
| XYZ | 50.76 | 58.63 | 88 | - |
| YUV | 195.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 236 | 0.36 | 0.11 | 0 | 0.07 | 198.14 | 0.69 | 0.76 |
| Hex | 96 | D2 | EC | 24 | B | 0 | 7 | C6 | 45 | 4C |
| Octal | 226 | 322 | 354 | 44 | 13 | 0 | 7 | 306 | 105 | 114 |
| Binary | 10010110 | 11010010 | 11101100 | 100100 | 1011 | 0 | 111 | 11000110 | 1000101 | 1001100 |
Color Harmonies of #96D2EC
Complementary color
Monochromatic Colors of #96D2EC
Black with #96D2EC
Text Example
Text Example
White with #96D2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D2EC; }
p { color: rgb(150,210,236); }
H1.HeaderClassName
{
color: #96D2EC;
}
.AnyTagClassName
{
color: #96D2EC;
}
</style>
background-color css
<style>
a { background-color: #96D2EC; }
a { background-color: rgb(150,210,236); }
div.DivClassName
{
background-color: #96D2EC;
}
.BgClassName
{
background-color: #96D2EC;
}
</style>
border-color css
<style>
span { border-color: #96D2EC; }
span { border-color: rgb(150,210,236); }
td.TdClassName
{
border-color: #96D2EC;
}
.TagClassName
{
border-color: #96D2EC;
}
</style>