Shades of Cornflower #96D1EE
Tints of Cornflower #96D1EE
RGB
CMYK
RGB Variations
Color information
#96D1EE (or 0x96D1EE) is known color: Cornflower. HEX triplet: 96, D1 and EE. RGB value is (150,209,238). Sum of RGB (Red+Green+Blue) = 150+209+238=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #96D1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D1EE is #692E11. Grayscale: #C2C2C2. Windows color (decimal): -6893074 or 15651222. OLE color: 15651222.
HSL color Cylindrical-coordinate representation of color #96D1EE: hue angle of 199.77º 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 #96D1EE is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 209 | 238 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.07 |
| HSL | 199.77º | 0.72% | 0.76% | - |
| HSV(B) | 199.77º | 0.37% | 0.93% | - |
| XYZ | 50.81 | 58.26 | 89.46 | - |
| YUV | 194.67 | 152.45 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 238 | 0.37 | 0.12 | 0 | 0.07 | 199.77 | 0.72 | 0.76 |
| Hex | 96 | D1 | EE | 25 | C | 0 | 7 | C8 | 48 | 4C |
| Octal | 226 | 321 | 356 | 45 | 14 | 0 | 7 | 310 | 110 | 114 |
| Binary | 10010110 | 11010001 | 11101110 | 100101 | 1100 | 0 | 111 | 11001000 | 1001000 | 1001100 |
Color Harmonies of #96D1EE
Complementary color
Monochromatic Colors of #96D1EE
Black with #96D1EE
Text Example
Text Example
White with #96D1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D1EE; }
p { color: rgb(150,209,238); }
H1.HeaderClassName
{
color: #96D1EE;
}
.AnyTagClassName
{
color: #96D1EE;
}
</style>
background-color css
<style>
a { background-color: #96D1EE; }
a { background-color: rgb(150,209,238); }
div.DivClassName
{
background-color: #96D1EE;
}
.BgClassName
{
background-color: #96D1EE;
}
</style>
border-color css
<style>
span { border-color: #96D1EE; }
span { border-color: rgb(150,209,238); }
td.TdClassName
{
border-color: #96D1EE;
}
.TagClassName
{
border-color: #96D1EE;
}
</style>