Shades of Cornflower #99D0EF
Tints of Cornflower #99D0EF
RGB
CMYK
RGB Variations
Color information
#99D0EF (or 0x99D0EF) is known color: Cornflower. HEX triplet: 99, D0 and EF. RGB value is (153,208,239). Sum of RGB (Red+Green+Blue) = 153+208+239=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #99D0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D0EF is #662F10. Grayscale: #C2C2C2. Windows color (decimal): -6696721 or 15716505. OLE color: 15716505.
HSL color Cylindrical-coordinate representation of color #99D0EF: hue angle of 201.63º 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 #99D0EF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 208 | 239 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.06 |
| HSL | 201.63º | 0.73% | 0.77% | - |
| HSV(B) | 201.63º | 0.36% | 0.94% | - |
| XYZ | 51.27 | 58.12 | 90.18 | - |
| YUV | 195.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 239 | 0.36 | 0.13 | 0 | 0.06 | 201.63 | 0.73 | 0.77 |
| Hex | 99 | D0 | EF | 24 | D | 0 | 6 | CA | 49 | 4D |
| Octal | 231 | 320 | 357 | 44 | 15 | 0 | 6 | 312 | 111 | 115 |
| Binary | 10011001 | 11010000 | 11101111 | 100100 | 1101 | 0 | 110 | 11001010 | 1001001 | 1001101 |
Color Harmonies of #99D0EF
Complementary color
Monochromatic Colors of #99D0EF
Black with #99D0EF
Text Example
Text Example
White with #99D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D0EF; }
p { color: rgb(153,208,239); }
H1.HeaderClassName
{
color: #99D0EF;
}
.AnyTagClassName
{
color: #99D0EF;
}
</style>
background-color css
<style>
a { background-color: #99D0EF; }
a { background-color: rgb(153,208,239); }
div.DivClassName
{
background-color: #99D0EF;
}
.BgClassName
{
background-color: #99D0EF;
}
</style>
border-color css
<style>
span { border-color: #99D0EF; }
span { border-color: rgb(153,208,239); }
td.TdClassName
{
border-color: #99D0EF;
}
.TagClassName
{
border-color: #99D0EF;
}
</style>