Shades of Cornflower #99D3EA
Tints of Cornflower #99D3EA
RGB
CMYK
RGB Variations
Color information
#99D3EA (or 0x99D3EA) is known color: Cornflower. HEX triplet: 99, D3 and EA. RGB value is (153,211,234). Sum of RGB (Red+Green+Blue) = 153+211+234=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #99D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D3EA is #662C15. Grayscale: #C4C4C4. Windows color (decimal): -6695958 or 15389593. OLE color: 15389593.
HSL color Cylindrical-coordinate representation of color #99D3EA: hue angle of 197.04º degrees, saturation: 0.66, 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 #99D3EA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 211 | 234 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.08 |
| HSL | 197.04º | 0.66% | 0.76% | - |
| HSV(B) | 197.04º | 0.35% | 0.92% | - |
| XYZ | 51.28 | 59.3 | 86.59 | - |
| YUV | 196.28 | 149.28 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 234 | 0.35 | 0.10 | 0 | 0.08 | 197.04 | 0.66 | 0.76 |
| Hex | 99 | D3 | EA | 23 | A | 0 | 8 | C5 | 42 | 4C |
| Octal | 231 | 323 | 352 | 43 | 12 | 0 | 10 | 305 | 102 | 114 |
| Binary | 10011001 | 11010011 | 11101010 | 100011 | 1010 | 0 | 1000 | 11000101 | 1000010 | 1001100 |
Color Harmonies of #99D3EA
Complementary color
Monochromatic Colors of #99D3EA
Black with #99D3EA
Text Example
Text Example
White with #99D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D3EA; }
p { color: rgb(153,211,234); }
H1.HeaderClassName
{
color: #99D3EA;
}
.AnyTagClassName
{
color: #99D3EA;
}
</style>
background-color css
<style>
a { background-color: #99D3EA; }
a { background-color: rgb(153,211,234); }
div.DivClassName
{
background-color: #99D3EA;
}
.BgClassName
{
background-color: #99D3EA;
}
</style>
border-color css
<style>
span { border-color: #99D3EA; }
span { border-color: rgb(153,211,234); }
td.TdClassName
{
border-color: #99D3EA;
}
.TagClassName
{
border-color: #99D3EA;
}
</style>