Shades of Cornflower #99D2EF
Tints of Cornflower #99D2EF
RGB
CMYK
RGB Variations
Color information
#99D2EF (or 0x99D2EF) is known color: Cornflower. HEX triplet: 99, D2 and EF. RGB value is (153,210,239). Sum of RGB (Red+Green+Blue) = 153+210+239=602 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.42% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #99D2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D2EF is #662D10. Grayscale: #C4C4C4. Windows color (decimal): -6696209 or 15717017. OLE color: 15717017.
HSL color Cylindrical-coordinate representation of color #99D2EF: hue angle of 200.23º 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 #99D2EF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 210 | 239 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.06 |
| HSL | 200.23º | 0.73% | 0.77% | - |
| HSV(B) | 200.23º | 0.36% | 0.94% | - |
| XYZ | 51.76 | 59.1 | 90.34 | - |
| YUV | 196.26 | 152.12 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 239 | 0.36 | 0.12 | 0 | 0.06 | 200.23 | 0.73 | 0.77 |
| Hex | 99 | D2 | EF | 24 | C | 0 | 6 | C8 | 49 | 4D |
| Octal | 231 | 322 | 357 | 44 | 14 | 0 | 6 | 310 | 111 | 115 |
| Binary | 10011001 | 11010010 | 11101111 | 100100 | 1100 | 0 | 110 | 11001000 | 1001001 | 1001101 |
Color Harmonies of #99D2EF
Complementary color
Monochromatic Colors of #99D2EF
Black with #99D2EF
Text Example
Text Example
White with #99D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D2EF; }
p { color: rgb(153,210,239); }
H1.HeaderClassName
{
color: #99D2EF;
}
.AnyTagClassName
{
color: #99D2EF;
}
</style>
background-color css
<style>
a { background-color: #99D2EF; }
a { background-color: rgb(153,210,239); }
div.DivClassName
{
background-color: #99D2EF;
}
.BgClassName
{
background-color: #99D2EF;
}
</style>
border-color css
<style>
span { border-color: #99D2EF; }
span { border-color: rgb(153,210,239); }
td.TdClassName
{
border-color: #99D2EF;
}
.TagClassName
{
border-color: #99D2EF;
}
</style>