Shades of Cornflower #99D3EC
Tints of Cornflower #99D3EC
RGB
CMYK
RGB Variations
Color information
#99D3EC (or 0x99D3EC) is known color: Cornflower. HEX triplet: 99, D3 and EC. RGB value is (153,211,236). Sum of RGB (Red+Green+Blue) = 153+211+236=600 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.5% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #99D3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D3EC is #662C13. Grayscale: #C4C4C4. Windows color (decimal): -6695956 or 15520665. OLE color: 15520665.
HSL color Cylindrical-coordinate representation of color #99D3EC: hue angle of 198.07º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D3EC is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 211 | 236 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.07 |
| HSL | 198.07º | 0.69% | 0.76% | - |
| HSV(B) | 198.07º | 0.35% | 0.93% | - |
| XYZ | 51.57 | 59.42 | 88.11 | - |
| YUV | 196.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 236 | 0.35 | 0.11 | 0 | 0.07 | 198.07 | 0.69 | 0.76 |
| Hex | 99 | D3 | EC | 23 | B | 0 | 7 | C6 | 45 | 4C |
| Octal | 231 | 323 | 354 | 43 | 13 | 0 | 7 | 306 | 105 | 114 |
| Binary | 10011001 | 11010011 | 11101100 | 100011 | 1011 | 0 | 111 | 11000110 | 1000101 | 1001100 |
Color Harmonies of #99D3EC
Complementary color
Monochromatic Colors of #99D3EC
Black with #99D3EC
Text Example
Text Example
White with #99D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D3EC; }
p { color: rgb(153,211,236); }
H1.HeaderClassName
{
color: #99D3EC;
}
.AnyTagClassName
{
color: #99D3EC;
}
</style>
background-color css
<style>
a { background-color: #99D3EC; }
a { background-color: rgb(153,211,236); }
div.DivClassName
{
background-color: #99D3EC;
}
.BgClassName
{
background-color: #99D3EC;
}
</style>
border-color css
<style>
span { border-color: #99D3EC; }
span { border-color: rgb(153,211,236); }
td.TdClassName
{
border-color: #99D3EC;
}
.TagClassName
{
border-color: #99D3EC;
}
</style>