Shades of Cornflower #99CDEF
Tints of Cornflower #99CDEF
RGB
CMYK
RGB Variations
Color information
#99CDEF (or 0x99CDEF) is known color: Cornflower. HEX triplet: 99, CD and EF. RGB value is (153,205,239). Sum of RGB (Red+Green+Blue) = 153+205+239=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #99CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CDEF is #663210. Grayscale: #C1C1C1. Windows color (decimal): -6697489 or 15715737. OLE color: 15715737.
HSL color Cylindrical-coordinate representation of color #99CDEF: hue angle of 203.72º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99CDEF is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 205 | 239 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.06 |
| HSL | 203.72º | 0.73% | 0.77% | - |
| HSV(B) | 203.72º | 0.36% | 0.94% | - |
| XYZ | 50.55 | 56.67 | 89.93 | - |
| YUV | 193.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 239 | 0.36 | 0.14 | 0 | 0.06 | 203.72 | 0.73 | 0.77 |
| Hex | 99 | CD | EF | 24 | E | 0 | 6 | CC | 49 | 4D |
| Octal | 231 | 315 | 357 | 44 | 16 | 0 | 6 | 314 | 111 | 115 |
| Binary | 10011001 | 11001101 | 11101111 | 100100 | 1110 | 0 | 110 | 11001100 | 1001001 | 1001101 |
Color Harmonies of #99CDEF
Complementary color
Monochromatic Colors of #99CDEF
Black with #99CDEF
Text Example
Text Example
White with #99CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CDEF; }
p { color: rgb(153,205,239); }
H1.HeaderClassName
{
color: #99CDEF;
}
.AnyTagClassName
{
color: #99CDEF;
}
</style>
background-color css
<style>
a { background-color: #99CDEF; }
a { background-color: rgb(153,205,239); }
div.DivClassName
{
background-color: #99CDEF;
}
.BgClassName
{
background-color: #99CDEF;
}
</style>
border-color css
<style>
span { border-color: #99CDEF; }
span { border-color: rgb(153,205,239); }
td.TdClassName
{
border-color: #99CDEF;
}
.TagClassName
{
border-color: #99CDEF;
}
</style>