Shades of Cornflower #99C8EA
Tints of Cornflower #99C8EA
RGB
CMYK
RGB Variations
Color information
#99C8EA (or 0x99C8EA) is known color: Cornflower. HEX triplet: 99, C8 and EA. RGB value is (153,200,234). Sum of RGB (Red+Green+Blue) = 153+200+234=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 200 (78.52% from 255 or 34.07% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #99C8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C8EA is #663715. Grayscale: #BDBDBD. Windows color (decimal): -6698774 or 15386777. OLE color: 15386777.
HSL color Cylindrical-coordinate representation of color #99C8EA: hue angle of 205.19º 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 #99C8EA is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 200 | 234 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.08 |
| HSL | 205.19º | 0.66% | 0.76% | - |
| HSV(B) | 205.19º | 0.35% | 0.92% | - |
| XYZ | 48.64 | 54.02 | 85.71 | - |
| YUV | 189.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 234 | 0.35 | 0.15 | 0 | 0.08 | 205.19 | 0.66 | 0.76 |
| Hex | 99 | C8 | EA | 23 | F | 0 | 8 | CD | 42 | 4C |
| Octal | 231 | 310 | 352 | 43 | 17 | 0 | 10 | 315 | 102 | 114 |
| Binary | 10011001 | 11001000 | 11101010 | 100011 | 1111 | 0 | 1000 | 11001101 | 1000010 | 1001100 |
Color Harmonies of #99C8EA
Complementary color
Monochromatic Colors of #99C8EA
Black with #99C8EA
Text Example
Text Example
White with #99C8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C8EA; }
p { color: rgb(153,200,234); }
H1.HeaderClassName
{
color: #99C8EA;
}
.AnyTagClassName
{
color: #99C8EA;
}
</style>
background-color css
<style>
a { background-color: #99C8EA; }
a { background-color: rgb(153,200,234); }
div.DivClassName
{
background-color: #99C8EA;
}
.BgClassName
{
background-color: #99C8EA;
}
</style>
border-color css
<style>
span { border-color: #99C8EA; }
span { border-color: rgb(153,200,234); }
td.TdClassName
{
border-color: #99C8EA;
}
.TagClassName
{
border-color: #99C8EA;
}
</style>