Shades of Cornflower #96CBE9
Tints of Cornflower #96CBE9
RGB
CMYK
RGB Variations
Color information
#96CBE9 (or 0x96CBE9) is known color: Cornflower. HEX triplet: 96, CB and E9. RGB value is (150,203,233). Sum of RGB (Red+Green+Blue) = 150+203+233=586 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.60% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #96CBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CBE9 is #693416. Grayscale: #BEBEBE. Windows color (decimal): -6894615 or 15322006. OLE color: 15322006.
HSL color Cylindrical-coordinate representation of color #96CBE9: hue angle of 201.69º 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 #96CBE9 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 203 | 233 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.09 |
| HSL | 201.69º | 0.65% | 0.75% | - |
| HSV(B) | 201.69º | 0.36% | 0.91% | - |
| XYZ | 48.64 | 55.08 | 85.16 | - |
| YUV | 190.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 233 | 0.36 | 0.13 | 0 | 0.09 | 201.69 | 0.65 | 0.75 |
| Hex | 96 | CB | E9 | 24 | D | 0 | 9 | CA | 41 | 4B |
| Octal | 226 | 313 | 351 | 44 | 15 | 0 | 11 | 312 | 101 | 113 |
| Binary | 10010110 | 11001011 | 11101001 | 100100 | 1101 | 0 | 1001 | 11001010 | 1000001 | 1001011 |
Color Harmonies of #96CBE9
Complementary color
Monochromatic Colors of #96CBE9
Black with #96CBE9
Text Example
Text Example
White with #96CBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBE9; }
p { color: rgb(150,203,233); }
H1.HeaderClassName
{
color: #96CBE9;
}
.AnyTagClassName
{
color: #96CBE9;
}
</style>
background-color css
<style>
a { background-color: #96CBE9; }
a { background-color: rgb(150,203,233); }
div.DivClassName
{
background-color: #96CBE9;
}
.BgClassName
{
background-color: #96CBE9;
}
</style>
border-color css
<style>
span { border-color: #96CBE9; }
span { border-color: rgb(150,203,233); }
td.TdClassName
{
border-color: #96CBE9;
}
.TagClassName
{
border-color: #96CBE9;
}
</style>