Shades of Cornflower #99D0EA
Tints of Cornflower #99D0EA
RGB
CMYK
RGB Variations
Color information
#99D0EA (or 0x99D0EA) is known color: Cornflower. HEX triplet: 99, D0 and EA. RGB value is (153,208,234). Sum of RGB (Red+Green+Blue) = 153+208+234=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #99D0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99D0EA is #662F15. Grayscale: #C2C2C2. Windows color (decimal): -6696726 or 15388825. OLE color: 15388825.
HSL color Cylindrical-coordinate representation of color #99D0EA: hue angle of 199.26º 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 #99D0EA is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 208 | 234 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.08 |
| HSL | 199.26º | 0.66% | 0.76% | - |
| HSV(B) | 199.26º | 0.35% | 0.92% | - |
| XYZ | 50.54 | 57.82 | 86.34 | - |
| YUV | 194.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 234 | 0.35 | 0.11 | 0 | 0.08 | 199.26 | 0.66 | 0.76 |
| Hex | 99 | D0 | EA | 23 | B | 0 | 8 | C7 | 42 | 4C |
| Octal | 231 | 320 | 352 | 43 | 13 | 0 | 10 | 307 | 102 | 114 |
| Binary | 10011001 | 11010000 | 11101010 | 100011 | 1011 | 0 | 1000 | 11000111 | 1000010 | 1001100 |
Color Harmonies of #99D0EA
Complementary color
Monochromatic Colors of #99D0EA
Black with #99D0EA
Text Example
Text Example
White with #99D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D0EA; }
p { color: rgb(153,208,234); }
H1.HeaderClassName
{
color: #99D0EA;
}
.AnyTagClassName
{
color: #99D0EA;
}
</style>
background-color css
<style>
a { background-color: #99D0EA; }
a { background-color: rgb(153,208,234); }
div.DivClassName
{
background-color: #99D0EA;
}
.BgClassName
{
background-color: #99D0EA;
}
</style>
border-color css
<style>
span { border-color: #99D0EA; }
span { border-color: rgb(153,208,234); }
td.TdClassName
{
border-color: #99D0EA;
}
.TagClassName
{
border-color: #99D0EA;
}
</style>