Shades of Cornflower #99D3EB
Tints of Cornflower #99D3EB
RGB
CMYK
RGB Variations
Color information
#99D3EB (or 0x99D3EB) is known color: Cornflower. HEX triplet: 99, D3 and EB. RGB value is (153,211,235). Sum of RGB (Red+Green+Blue) = 153+211+235=599 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.54% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #99D3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D3EB is #662C14. Grayscale: #C4C4C4. Windows color (decimal): -6695957 or 15455129. OLE color: 15455129.
HSL color Cylindrical-coordinate representation of color #99D3EB: hue angle of 197.56º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99D3EB is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 211 | 235 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.08 |
| HSL | 197.56º | 0.67% | 0.76% | - |
| HSV(B) | 197.56º | 0.35% | 0.92% | - |
| XYZ | 51.43 | 59.36 | 87.34 | - |
| YUV | 196.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 235 | 0.35 | 0.10 | 0 | 0.08 | 197.56 | 0.67 | 0.76 |
| Hex | 99 | D3 | EB | 23 | A | 0 | 8 | C6 | 43 | 4C |
| Octal | 231 | 323 | 353 | 43 | 12 | 0 | 10 | 306 | 103 | 114 |
| Binary | 10011001 | 11010011 | 11101011 | 100011 | 1010 | 0 | 1000 | 11000110 | 1000011 | 1001100 |
Color Harmonies of #99D3EB
Complementary color
Monochromatic Colors of #99D3EB
Black with #99D3EB
Text Example
Text Example
White with #99D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D3EB; }
p { color: rgb(153,211,235); }
H1.HeaderClassName
{
color: #99D3EB;
}
.AnyTagClassName
{
color: #99D3EB;
}
</style>
background-color css
<style>
a { background-color: #99D3EB; }
a { background-color: rgb(153,211,235); }
div.DivClassName
{
background-color: #99D3EB;
}
.BgClassName
{
background-color: #99D3EB;
}
</style>
border-color css
<style>
span { border-color: #99D3EB; }
span { border-color: rgb(153,211,235); }
td.TdClassName
{
border-color: #99D3EB;
}
.TagClassName
{
border-color: #99D3EB;
}
</style>