Shades of Cornflower #99C0EA
Tints of Cornflower #99C0EA
RGB
CMYK
RGB Variations
Color information
#99C0EA (or 0x99C0EA) is known color: Cornflower. HEX triplet: 99, C0 and EA. RGB value is (153,192,234). Sum of RGB (Red+Green+Blue) = 153+192+234=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #99C0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C0EA is #663F15. Grayscale: #B8B8B8. Windows color (decimal): -6700822 or 15384729. OLE color: 15384729.
HSL color Cylindrical-coordinate representation of color #99C0EA: hue angle of 211.11º 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 #99C0EA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 192 | 234 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.08 |
| HSL | 211.11º | 0.66% | 0.76% | - |
| HSV(B) | 211.11º | 0.35% | 0.92% | - |
| XYZ | 46.84 | 50.41 | 85.1 | - |
| YUV | 185.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 192 | 234 | 0.35 | 0.18 | 0 | 0.08 | 211.11 | 0.66 | 0.76 |
| Hex | 99 | C0 | EA | 23 | 12 | 0 | 8 | D3 | 42 | 4C |
| Octal | 231 | 300 | 352 | 43 | 22 | 0 | 10 | 323 | 102 | 114 |
| Binary | 10011001 | 11000000 | 11101010 | 100011 | 10010 | 0 | 1000 | 11010011 | 1000010 | 1001100 |
Color Harmonies of #99C0EA
Complementary color
Monochromatic Colors of #99C0EA
Black with #99C0EA
Text Example
Text Example
White with #99C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C0EA; }
p { color: rgb(153,192,234); }
H1.HeaderClassName
{
color: #99C0EA;
}
.AnyTagClassName
{
color: #99C0EA;
}
</style>
background-color css
<style>
a { background-color: #99C0EA; }
a { background-color: rgb(153,192,234); }
div.DivClassName
{
background-color: #99C0EA;
}
.BgClassName
{
background-color: #99C0EA;
}
</style>
border-color css
<style>
span { border-color: #99C0EA; }
span { border-color: rgb(153,192,234); }
td.TdClassName
{
border-color: #99C0EA;
}
.TagClassName
{
border-color: #99C0EA;
}
</style>