Shades of Cornflower #96CDEF
Tints of Cornflower #96CDEF
RGB
CMYK
RGB Variations
Color information
#96CDEF (or 0x96CDEF) is known color: Cornflower. HEX triplet: 96, CD and EF. RGB value is (150,205,239). Sum of RGB (Red+Green+Blue) = 150+205+239=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #96CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CDEF is #693210. Grayscale: #C0C0C0. Windows color (decimal): -6894097 or 15715734. OLE color: 15715734.
HSL color Cylindrical-coordinate representation of color #96CDEF: hue angle of 202.92º 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 #96CDEF is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 205 | 239 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.06 |
| HSL | 202.92º | 0.74% | 0.76% | - |
| HSV(B) | 202.92º | 0.37% | 0.94% | - |
| XYZ | 49.99 | 56.38 | 89.91 | - |
| YUV | 192.43 | 154.28 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 239 | 0.37 | 0.14 | 0 | 0.06 | 202.92 | 0.74 | 0.76 |
| Hex | 96 | CD | EF | 25 | E | 0 | 6 | CB | 4A | 4C |
| Octal | 226 | 315 | 357 | 45 | 16 | 0 | 6 | 313 | 112 | 114 |
| Binary | 10010110 | 11001101 | 11101111 | 100101 | 1110 | 0 | 110 | 11001011 | 1001010 | 1001100 |
Color Harmonies of #96CDEF
Complementary color
Monochromatic Colors of #96CDEF
Black with #96CDEF
Text Example
Text Example
White with #96CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDEF; }
p { color: rgb(150,205,239); }
H1.HeaderClassName
{
color: #96CDEF;
}
.AnyTagClassName
{
color: #96CDEF;
}
</style>
background-color css
<style>
a { background-color: #96CDEF; }
a { background-color: rgb(150,205,239); }
div.DivClassName
{
background-color: #96CDEF;
}
.BgClassName
{
background-color: #96CDEF;
}
</style>
border-color css
<style>
span { border-color: #96CDEF; }
span { border-color: rgb(150,205,239); }
td.TdClassName
{
border-color: #96CDEF;
}
.TagClassName
{
border-color: #96CDEF;
}
</style>