Shades of Cornflower #99CAE7
Tints of Cornflower #99CAE7
RGB
CMYK
RGB Variations
Color information
#99CAE7 (or 0x99CAE7) is known color: Cornflower. HEX triplet: 99, CA and E7. RGB value is (153,202,231). Sum of RGB (Red+Green+Blue) = 153+202+231=586 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.11% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #99CAE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAE7 is #663518. Grayscale: #BEBEBE. Windows color (decimal): -6698265 or 15190681. OLE color: 15190681.
HSL color Cylindrical-coordinate representation of color #99CAE7: hue angle of 202.31º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99CAE7 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 202 | 231 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.09 |
| HSL | 202.31º | 0.62% | 0.75% | - |
| HSV(B) | 202.31º | 0.34% | 0.91% | - |
| XYZ | 48.68 | 54.78 | 83.61 | - |
| YUV | 190.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 231 | 0.34 | 0.13 | 0 | 0.09 | 202.31 | 0.62 | 0.75 |
| Hex | 99 | CA | E7 | 22 | D | 0 | 9 | CA | 3E | 4B |
| Octal | 231 | 312 | 347 | 42 | 15 | 0 | 11 | 312 | 76 | 113 |
| Binary | 10011001 | 11001010 | 11100111 | 100010 | 1101 | 0 | 1001 | 11001010 | 111110 | 1001011 |
Color Harmonies of #99CAE7
Complementary color
Monochromatic Colors of #99CAE7
Black with #99CAE7
Text Example
Text Example
White with #99CAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CAE7; }
p { color: rgb(153,202,231); }
H1.HeaderClassName
{
color: #99CAE7;
}
.AnyTagClassName
{
color: #99CAE7;
}
</style>
background-color css
<style>
a { background-color: #99CAE7; }
a { background-color: rgb(153,202,231); }
div.DivClassName
{
background-color: #99CAE7;
}
.BgClassName
{
background-color: #99CAE7;
}
</style>
border-color css
<style>
span { border-color: #99CAE7; }
span { border-color: rgb(153,202,231); }
td.TdClassName
{
border-color: #99CAE7;
}
.TagClassName
{
border-color: #99CAE7;
}
</style>