Shades of Cornflower #99D5EF
Tints of Cornflower #99D5EF
RGB
CMYK
RGB Variations
Color information
#99D5EF (or 0x99D5EF) is known color: Cornflower. HEX triplet: 99, D5 and EF. RGB value is (153,213,239). Sum of RGB (Red+Green+Blue) = 153+213+239=605 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.29% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #99D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D5EF is #662A10. Grayscale: #C5C5C5. Windows color (decimal): -6695441 or 15717785. OLE color: 15717785.
HSL color Cylindrical-coordinate representation of color #99D5EF: hue angle of 198.14º 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 #99D5EF is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 213 | 239 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.06 |
| HSL | 198.14º | 0.73% | 0.77% | - |
| HSV(B) | 198.14º | 0.36% | 0.94% | - |
| XYZ | 52.51 | 60.59 | 90.59 | - |
| YUV | 198.02 | 151.12 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 239 | 0.36 | 0.11 | 0 | 0.06 | 198.14 | 0.73 | 0.77 |
| Hex | 99 | D5 | EF | 24 | B | 0 | 6 | C6 | 49 | 4D |
| Octal | 231 | 325 | 357 | 44 | 13 | 0 | 6 | 306 | 111 | 115 |
| Binary | 10011001 | 11010101 | 11101111 | 100100 | 1011 | 0 | 110 | 11000110 | 1001001 | 1001101 |
Color Harmonies of #99D5EF
Complementary color
Monochromatic Colors of #99D5EF
Black with #99D5EF
Text Example
Text Example
White with #99D5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5EF; }
p { color: rgb(153,213,239); }
H1.HeaderClassName
{
color: #99D5EF;
}
.AnyTagClassName
{
color: #99D5EF;
}
</style>
background-color css
<style>
a { background-color: #99D5EF; }
a { background-color: rgb(153,213,239); }
div.DivClassName
{
background-color: #99D5EF;
}
.BgClassName
{
background-color: #99D5EF;
}
</style>
border-color css
<style>
span { border-color: #99D5EF; }
span { border-color: rgb(153,213,239); }
td.TdClassName
{
border-color: #99D5EF;
}
.TagClassName
{
border-color: #99D5EF;
}
</style>