Shades of Cornflower #96D7EF
Tints of Cornflower #96D7EF
RGB
CMYK
RGB Variations
Color information
#96D7EF (or 0x96D7EF) is known color: Cornflower. HEX triplet: 96, D7 and EF. RGB value is (150,215,239). Sum of RGB (Red+Green+Blue) = 150+215+239=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #96D7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D7EF is #692810. Grayscale: #C6C6C6. Windows color (decimal): -6891537 or 15718294. OLE color: 15718294.
HSL color Cylindrical-coordinate representation of color #96D7EF: hue angle of 196.18º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96D7EF is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 215 | 239 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.06 |
| HSL | 196.18º | 0.74% | 0.76% | - |
| HSV(B) | 196.18º | 0.37% | 0.94% | - |
| XYZ | 52.46 | 61.32 | 90.73 | - |
| YUV | 198.3 | 150.97 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 215 | 239 | 0.37 | 0.10 | 0 | 0.06 | 196.18 | 0.74 | 0.76 |
| Hex | 96 | D7 | EF | 25 | A | 0 | 6 | C4 | 4A | 4C |
| Octal | 226 | 327 | 357 | 45 | 12 | 0 | 6 | 304 | 112 | 114 |
| Binary | 10010110 | 11010111 | 11101111 | 100101 | 1010 | 0 | 110 | 11000100 | 1001010 | 1001100 |
Color Harmonies of #96D7EF
Complementary color
Monochromatic Colors of #96D7EF
Black with #96D7EF
Text Example
Text Example
White with #96D7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D7EF; }
p { color: rgb(150,215,239); }
H1.HeaderClassName
{
color: #96D7EF;
}
.AnyTagClassName
{
color: #96D7EF;
}
</style>
background-color css
<style>
a { background-color: #96D7EF; }
a { background-color: rgb(150,215,239); }
div.DivClassName
{
background-color: #96D7EF;
}
.BgClassName
{
background-color: #96D7EF;
}
</style>
border-color css
<style>
span { border-color: #96D7EF; }
span { border-color: rgb(150,215,239); }
td.TdClassName
{
border-color: #96D7EF;
}
.TagClassName
{
border-color: #96D7EF;
}
</style>