Shades of Cornflower #99D4EF
Tints of Cornflower #99D4EF
RGB
CMYK
RGB Variations
Color information
#99D4EF (or 0x99D4EF) is known color: Cornflower. HEX triplet: 99, D4 and EF. RGB value is (153,212,239). Sum of RGB (Red+Green+Blue) = 153+212+239=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #99D4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D4EF is #662B10. Grayscale: #C5C5C5. Windows color (decimal): -6695697 or 15717529. OLE color: 15717529.
HSL color Cylindrical-coordinate representation of color #99D4EF: hue angle of 198.84º 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 #99D4EF is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 212 | 239 | - |
| CMYK | 0.36 | 0.11 | 0 | 0.06 |
| HSL | 198.84º | 0.73% | 0.77% | - |
| HSV(B) | 198.84º | 0.36% | 0.94% | - |
| XYZ | 52.26 | 60.09 | 90.51 | - |
| YUV | 197.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 239 | 0.36 | 0.11 | 0 | 0.06 | 198.84 | 0.73 | 0.77 |
| Hex | 99 | D4 | EF | 24 | B | 0 | 6 | C7 | 49 | 4D |
| Octal | 231 | 324 | 357 | 44 | 13 | 0 | 6 | 307 | 111 | 115 |
| Binary | 10011001 | 11010100 | 11101111 | 100100 | 1011 | 0 | 110 | 11000111 | 1001001 | 1001101 |
Color Harmonies of #99D4EF
Complementary color
Monochromatic Colors of #99D4EF
Black with #99D4EF
Text Example
Text Example
White with #99D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D4EF; }
p { color: rgb(153,212,239); }
H1.HeaderClassName
{
color: #99D4EF;
}
.AnyTagClassName
{
color: #99D4EF;
}
</style>
background-color css
<style>
a { background-color: #99D4EF; }
a { background-color: rgb(153,212,239); }
div.DivClassName
{
background-color: #99D4EF;
}
.BgClassName
{
background-color: #99D4EF;
}
</style>
border-color css
<style>
span { border-color: #99D4EF; }
span { border-color: rgb(153,212,239); }
td.TdClassName
{
border-color: #99D4EF;
}
.TagClassName
{
border-color: #99D4EF;
}
</style>