Shades of Cornflower #96C9EA
Tints of Cornflower #96C9EA
RGB
CMYK
RGB Variations
Color information
#96C9EA (or 0x96C9EA) is known color: Cornflower. HEX triplet: 96, C9 and EA. RGB value is (150,201,234). Sum of RGB (Red+Green+Blue) = 150+201+234=585 (77% of max value = 765). Red value is 150 (58.98% from 255 or 25.64% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #96C9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C9EA is #693615. Grayscale: #BDBDBD. Windows color (decimal): -6895126 or 15387030. OLE color: 15387030.
HSL color Cylindrical-coordinate representation of color #96C9EA: hue angle of 203.57º 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 #96C9EA is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 201 | 234 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.08 |
| HSL | 203.57º | 0.67% | 0.75% | - |
| HSV(B) | 203.57º | 0.36% | 0.92% | - |
| XYZ | 48.32 | 54.2 | 85.76 | - |
| YUV | 189.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 234 | 0.36 | 0.14 | 0 | 0.08 | 203.57 | 0.67 | 0.75 |
| Hex | 96 | C9 | EA | 24 | E | 0 | 8 | CC | 43 | 4B |
| Octal | 226 | 311 | 352 | 44 | 16 | 0 | 10 | 314 | 103 | 113 |
| Binary | 10010110 | 11001001 | 11101010 | 100100 | 1110 | 0 | 1000 | 11001100 | 1000011 | 1001011 |
Color Harmonies of #96C9EA
Complementary color
Monochromatic Colors of #96C9EA
Black with #96C9EA
Text Example
Text Example
White with #96C9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C9EA; }
p { color: rgb(150,201,234); }
H1.HeaderClassName
{
color: #96C9EA;
}
.AnyTagClassName
{
color: #96C9EA;
}
</style>
background-color css
<style>
a { background-color: #96C9EA; }
a { background-color: rgb(150,201,234); }
div.DivClassName
{
background-color: #96C9EA;
}
.BgClassName
{
background-color: #96C9EA;
}
</style>
border-color css
<style>
span { border-color: #96C9EA; }
span { border-color: rgb(150,201,234); }
td.TdClassName
{
border-color: #96C9EA;
}
.TagClassName
{
border-color: #96C9EA;
}
</style>