Shades of Cornflower #99CEE5
Tints of Cornflower #99CEE5
RGB
CMYK
RGB Variations
Color information
#99CEE5 (or 0x99CEE5) is known color: Cornflower. HEX triplet: 99, CE and E5. RGB value is (153,206,229). Sum of RGB (Red+Green+Blue) = 153+206+229=588 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.02% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #99CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CEE5 is #66311A. Grayscale: #C0C0C0. Windows color (decimal): -6697243 or 15060633. OLE color: 15060633.
HSL color Cylindrical-coordinate representation of color #99CEE5: hue angle of 198.16º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99CEE5 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 153 | 206 | 229 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.10 |
| HSL | 198.16º | 0.59% | 0.75% | - |
| HSV(B) | 198.16º | 0.33% | 0.9% | - |
| XYZ | 49.35 | 56.57 | 82.45 | - |
| YUV | 192.78 | 148.44 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 229 | 0.33 | 0.10 | 0 | 0.10 | 198.16 | 0.59 | 0.75 |
| Hex | 99 | CE | E5 | 21 | A | 0 | A | C6 | 3B | 4B |
| Octal | 231 | 316 | 345 | 41 | 12 | 0 | 12 | 306 | 73 | 113 |
| Binary | 10011001 | 11001110 | 11100101 | 100001 | 1010 | 0 | 1010 | 11000110 | 111011 | 1001011 |
Color Harmonies of #99CEE5
Complementary color
Monochromatic Colors of #99CEE5
Black with #99CEE5
Text Example
Text Example
White with #99CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CEE5; }
p { color: rgb(153,206,229); }
H1.HeaderClassName
{
color: #99CEE5;
}
.AnyTagClassName
{
color: #99CEE5;
}
</style>
background-color css
<style>
a { background-color: #99CEE5; }
a { background-color: rgb(153,206,229); }
div.DivClassName
{
background-color: #99CEE5;
}
.BgClassName
{
background-color: #99CEE5;
}
</style>
border-color css
<style>
span { border-color: #99CEE5; }
span { border-color: rgb(153,206,229); }
td.TdClassName
{
border-color: #99CEE5;
}
.TagClassName
{
border-color: #99CEE5;
}
</style>