Shades of Cornflower #96C0EA
Tints of Cornflower #96C0EA
RGB
CMYK
RGB Variations
Color information
#96C0EA (or 0x96C0EA) is known color: Cornflower. HEX triplet: 96, C0 and EA. RGB value is (150,192,234). Sum of RGB (Red+Green+Blue) = 150+192+234=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #96C0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C0EA is #693F15. Grayscale: #B8B8B8. Windows color (decimal): -6897430 or 15384726. OLE color: 15384726.
HSL color Cylindrical-coordinate representation of color #96C0EA: hue angle of 210º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96C0EA is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 192 | 234 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.08 |
| HSL | 210º | 0.67% | 0.75% | - |
| HSV(B) | 210º | 0.36% | 0.92% | - |
| XYZ | 46.28 | 50.12 | 85.08 | - |
| YUV | 184.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 234 | 0.36 | 0.18 | 0 | 0.08 | 210 | 0.67 | 0.75 |
| Hex | 96 | C0 | EA | 24 | 12 | 0 | 8 | D2 | 43 | 4B |
| Octal | 226 | 300 | 352 | 44 | 22 | 0 | 10 | 322 | 103 | 113 |
| Binary | 10010110 | 11000000 | 11101010 | 100100 | 10010 | 0 | 1000 | 11010010 | 1000011 | 1001011 |
Color Harmonies of #96C0EA
Complementary color
Monochromatic Colors of #96C0EA
Black with #96C0EA
Text Example
Text Example
White with #96C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C0EA; }
p { color: rgb(150,192,234); }
H1.HeaderClassName
{
color: #96C0EA;
}
.AnyTagClassName
{
color: #96C0EA;
}
</style>
background-color css
<style>
a { background-color: #96C0EA; }
a { background-color: rgb(150,192,234); }
div.DivClassName
{
background-color: #96C0EA;
}
.BgClassName
{
background-color: #96C0EA;
}
</style>
border-color css
<style>
span { border-color: #96C0EA; }
span { border-color: rgb(150,192,234); }
td.TdClassName
{
border-color: #96C0EA;
}
.TagClassName
{
border-color: #96C0EA;
}
</style>