Shades of Cornflower #96CCE8
Tints of Cornflower #96CCE8
RGB
CMYK
RGB Variations
Color information
#96CCE8 (or 0x96CCE8) is known color: Cornflower. HEX triplet: 96, CC and E8. RGB value is (150,204,232). Sum of RGB (Red+Green+Blue) = 150+204+232=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #96CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CCE8 is #693317. Grayscale: #BEBEBE. Windows color (decimal): -6894360 or 15256726. OLE color: 15256726.
HSL color Cylindrical-coordinate representation of color #96CCE8: hue angle of 200.49º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96CCE8 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 204 | 232 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.09 |
| HSL | 200.49º | 0.64% | 0.75% | - |
| HSV(B) | 200.49º | 0.35% | 0.91% | - |
| XYZ | 48.74 | 55.5 | 84.49 | - |
| YUV | 191.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 232 | 0.35 | 0.12 | 0 | 0.09 | 200.49 | 0.64 | 0.75 |
| Hex | 96 | CC | E8 | 23 | C | 0 | 9 | C8 | 40 | 4B |
| Octal | 226 | 314 | 350 | 43 | 14 | 0 | 11 | 310 | 100 | 113 |
| Binary | 10010110 | 11001100 | 11101000 | 100011 | 1100 | 0 | 1001 | 11001000 | 1000000 | 1001011 |
Color Harmonies of #96CCE8
Complementary color
Monochromatic Colors of #96CCE8
Black with #96CCE8
Text Example
Text Example
White with #96CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CCE8; }
p { color: rgb(150,204,232); }
H1.HeaderClassName
{
color: #96CCE8;
}
.AnyTagClassName
{
color: #96CCE8;
}
</style>
background-color css
<style>
a { background-color: #96CCE8; }
a { background-color: rgb(150,204,232); }
div.DivClassName
{
background-color: #96CCE8;
}
.BgClassName
{
background-color: #96CCE8;
}
</style>
border-color css
<style>
span { border-color: #96CCE8; }
span { border-color: rgb(150,204,232); }
td.TdClassName
{
border-color: #96CCE8;
}
.TagClassName
{
border-color: #96CCE8;
}
</style>