Shades of Cornflower #96D5ED
Tints of Cornflower #96D5ED
RGB
CMYK
RGB Variations
Color information
#96D5ED (or 0x96D5ED) is known color: Cornflower. HEX triplet: 96, D5 and ED. RGB value is (150,213,237). Sum of RGB (Red+Green+Blue) = 150+213+237=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #96D5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D5ED is #692A12. Grayscale: #C4C4C4. Windows color (decimal): -6892051 or 15586710. OLE color: 15586710.
HSL color Cylindrical-coordinate representation of color #96D5ED: hue angle of 196.55º degrees, saturation: 0.71, 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 #96D5ED is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 213 | 237 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.07 |
| HSL | 196.55º | 0.71% | 0.76% | - |
| HSV(B) | 196.55º | 0.37% | 0.93% | - |
| XYZ | 51.66 | 60.19 | 89.02 | - |
| YUV | 196.9 | 150.63 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 237 | 0.37 | 0.10 | 0 | 0.07 | 196.55 | 0.71 | 0.76 |
| Hex | 96 | D5 | ED | 25 | A | 0 | 7 | C5 | 47 | 4C |
| Octal | 226 | 325 | 355 | 45 | 12 | 0 | 7 | 305 | 107 | 114 |
| Binary | 10010110 | 11010101 | 11101101 | 100101 | 1010 | 0 | 111 | 11000101 | 1000111 | 1001100 |
Color Harmonies of #96D5ED
Complementary color
Monochromatic Colors of #96D5ED
Black with #96D5ED
Text Example
Text Example
White with #96D5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D5ED; }
p { color: rgb(150,213,237); }
H1.HeaderClassName
{
color: #96D5ED;
}
.AnyTagClassName
{
color: #96D5ED;
}
</style>
background-color css
<style>
a { background-color: #96D5ED; }
a { background-color: rgb(150,213,237); }
div.DivClassName
{
background-color: #96D5ED;
}
.BgClassName
{
background-color: #96D5ED;
}
</style>
border-color css
<style>
span { border-color: #96D5ED; }
span { border-color: rgb(150,213,237); }
td.TdClassName
{
border-color: #96D5ED;
}
.TagClassName
{
border-color: #96D5ED;
}
</style>