Shades of Cornflower #99CAE0
Tints of Cornflower #99CAE0
RGB
CMYK
RGB Variations
Color information
#99CAE0 (or 0x99CAE0) is known color: Cornflower. HEX triplet: 99, CA and E0. RGB value is (153,202,224). Sum of RGB (Red+Green+Blue) = 153+202+224=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #99CAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CAE0 is #66351F. Grayscale: #BDBDBD. Windows color (decimal): -6698272 or 14731929. OLE color: 14731929.
HSL color Cylindrical-coordinate representation of color #99CAE0: hue angle of 198.59º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99CAE0 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 202 | 224 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.12 |
| HSL | 198.59º | 0.53% | 0.74% | - |
| HSV(B) | 198.59º | 0.32% | 0.88% | - |
| XYZ | 47.71 | 54.4 | 78.51 | - |
| YUV | 189.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 224 | 0.32 | 0.10 | 0 | 0.12 | 198.59 | 0.53 | 0.74 |
| Hex | 99 | CA | E0 | 20 | A | 0 | C | C7 | 35 | 4A |
| Octal | 231 | 312 | 340 | 40 | 12 | 0 | 14 | 307 | 65 | 112 |
| Binary | 10011001 | 11001010 | 11100000 | 100000 | 1010 | 0 | 1100 | 11000111 | 110101 | 1001010 |
Color Harmonies of #99CAE0
Complementary color
Monochromatic Colors of #99CAE0
Black with #99CAE0
Text Example
Text Example
White with #99CAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAE0; }
p { color: rgb(153,202,224); }
H1.HeaderClassName
{
color: #99CAE0;
}
.AnyTagClassName
{
color: #99CAE0;
}
</style>
background-color css
<style>
a { background-color: #99CAE0; }
a { background-color: rgb(153,202,224); }
div.DivClassName
{
background-color: #99CAE0;
}
.BgClassName
{
background-color: #99CAE0;
}
</style>
border-color css
<style>
span { border-color: #99CAE0; }
span { border-color: rgb(153,202,224); }
td.TdClassName
{
border-color: #99CAE0;
}
.TagClassName
{
border-color: #99CAE0;
}
</style>