Shades of Cornflower #99D5EC
Tints of Cornflower #99D5EC
RGB
CMYK
RGB Variations
Color information
#99D5EC (or 0x99D5EC) is known color: Cornflower. HEX triplet: 99, D5 and EC. RGB value is (153,213,236). Sum of RGB (Red+Green+Blue) = 153+213+236=602 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.42% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #99D5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D5EC is #662A13. Grayscale: #C5C5C5. Windows color (decimal): -6695444 or 15521177. OLE color: 15521177.
HSL color Cylindrical-coordinate representation of color #99D5EC: hue angle of 196.63º 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 #99D5EC is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 213 | 236 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.07 |
| HSL | 196.63º | 0.69% | 0.76% | - |
| HSV(B) | 196.63º | 0.35% | 0.93% | - |
| XYZ | 52.07 | 60.42 | 88.27 | - |
| YUV | 197.68 | 149.62 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 236 | 0.35 | 0.10 | 0 | 0.07 | 196.63 | 0.69 | 0.76 |
| Hex | 99 | D5 | EC | 23 | A | 0 | 7 | C5 | 45 | 4C |
| Octal | 231 | 325 | 354 | 43 | 12 | 0 | 7 | 305 | 105 | 114 |
| Binary | 10011001 | 11010101 | 11101100 | 100011 | 1010 | 0 | 111 | 11000101 | 1000101 | 1001100 |
Color Harmonies of #99D5EC
Complementary color
Monochromatic Colors of #99D5EC
Black with #99D5EC
Text Example
Text Example
White with #99D5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D5EC; }
p { color: rgb(153,213,236); }
H1.HeaderClassName
{
color: #99D5EC;
}
.AnyTagClassName
{
color: #99D5EC;
}
</style>
background-color css
<style>
a { background-color: #99D5EC; }
a { background-color: rgb(153,213,236); }
div.DivClassName
{
background-color: #99D5EC;
}
.BgClassName
{
background-color: #99D5EC;
}
</style>
border-color css
<style>
span { border-color: #99D5EC; }
span { border-color: rgb(153,213,236); }
td.TdClassName
{
border-color: #99D5EC;
}
.TagClassName
{
border-color: #99D5EC;
}
</style>