Shades of Cornflower #96CFEE
Tints of Cornflower #96CFEE
RGB
CMYK
RGB Variations
Color information
#96CFEE (or 0x96CFEE) is known color: Cornflower. HEX triplet: 96, CF and EE. RGB value is (150,207,238). Sum of RGB (Red+Green+Blue) = 150+207+238=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #96CFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFEE is #693011. Grayscale: #C1C1C1. Windows color (decimal): -6893586 or 15650710. OLE color: 15650710.
HSL color Cylindrical-coordinate representation of color #96CFEE: hue angle of 201.14º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96CFEE is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 207 | 238 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.07 |
| HSL | 201.14º | 0.72% | 0.76% | - |
| HSV(B) | 201.14º | 0.37% | 0.93% | - |
| XYZ | 50.32 | 57.28 | 89.29 | - |
| YUV | 193.49 | 153.12 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 238 | 0.37 | 0.13 | 0 | 0.07 | 201.14 | 0.72 | 0.76 |
| Hex | 96 | CF | EE | 25 | D | 0 | 7 | C9 | 48 | 4C |
| Octal | 226 | 317 | 356 | 45 | 15 | 0 | 7 | 311 | 110 | 114 |
| Binary | 10010110 | 11001111 | 11101110 | 100101 | 1101 | 0 | 111 | 11001001 | 1001000 | 1001100 |
Color Harmonies of #96CFEE
Complementary color
Monochromatic Colors of #96CFEE
Black with #96CFEE
Text Example
Text Example
White with #96CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFEE; }
p { color: rgb(150,207,238); }
H1.HeaderClassName
{
color: #96CFEE;
}
.AnyTagClassName
{
color: #96CFEE;
}
</style>
background-color css
<style>
a { background-color: #96CFEE; }
a { background-color: rgb(150,207,238); }
div.DivClassName
{
background-color: #96CFEE;
}
.BgClassName
{
background-color: #96CFEE;
}
</style>
border-color css
<style>
span { border-color: #96CFEE; }
span { border-color: rgb(150,207,238); }
td.TdClassName
{
border-color: #96CFEE;
}
.TagClassName
{
border-color: #96CFEE;
}
</style>