Shades of Cornflower #96D5EF
Tints of Cornflower #96D5EF
RGB
CMYK
RGB Variations
Color information
#96D5EF (or 0x96D5EF) is known color: Cornflower. HEX triplet: 96, D5 and EF. RGB value is (150,213,239). Sum of RGB (Red+Green+Blue) = 150+213+239=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #96D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D5EF is #692A10. Grayscale: #C4C4C4. Windows color (decimal): -6892049 or 15717782. OLE color: 15717782.
HSL color Cylindrical-coordinate representation of color #96D5EF: hue angle of 197.53º 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 #96D5EF is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 213 | 239 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.06 |
| HSL | 197.53º | 0.74% | 0.76% | - |
| HSV(B) | 197.53º | 0.37% | 0.94% | - |
| XYZ | 51.95 | 60.3 | 90.56 | - |
| YUV | 197.13 | 151.63 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 239 | 0.37 | 0.11 | 0 | 0.06 | 197.53 | 0.74 | 0.76 |
| Hex | 96 | D5 | EF | 25 | B | 0 | 6 | C6 | 4A | 4C |
| Octal | 226 | 325 | 357 | 45 | 13 | 0 | 6 | 306 | 112 | 114 |
| Binary | 10010110 | 11010101 | 11101111 | 100101 | 1011 | 0 | 110 | 11000110 | 1001010 | 1001100 |
Color Harmonies of #96D5EF
Complementary color
Monochromatic Colors of #96D5EF
Black with #96D5EF
Text Example
Text Example
White with #96D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5EF; }
p { color: rgb(150,213,239); }
H1.HeaderClassName
{
color: #96D5EF;
}
.AnyTagClassName
{
color: #96D5EF;
}
</style>
background-color css
<style>
a { background-color: #96D5EF; }
a { background-color: rgb(150,213,239); }
div.DivClassName
{
background-color: #96D5EF;
}
.BgClassName
{
background-color: #96D5EF;
}
</style>
border-color css
<style>
span { border-color: #96D5EF; }
span { border-color: rgb(150,213,239); }
td.TdClassName
{
border-color: #96D5EF;
}
.TagClassName
{
border-color: #96D5EF;
}
</style>