Shades of Aero Blue #CBE9D9
Tints of Aero Blue #CBE9D9
RGB
CMYK
RGB Variations
Color information
#CBE9D9 (or 0xCBE9D9) is known color: Aero Blue. HEX triplet: CB, E9 and D9. RGB value is (203,233,217). Sum of RGB (Red+Green+Blue) = 203+233+217=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9D9 is #341626. Grayscale: #DEDEDE. Windows color (decimal): -3413543 or 14281163. OLE color: 14281163.
HSL color Cylindrical-coordinate representation of color #CBE9D9: hue angle of 148º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9D9 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 217 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.09 |
| HSL | 148º | 0.41% | 0.85% | - |
| HSV(B) | 148º | 0.13% | 0.91% | - |
| XYZ | 66.29 | 75.98 | 76.82 | - |
| YUV | 222.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 217 | 0.13 | 0 | 0.07 | 0.09 | 148 | 0.41 | 0.85 |
| Hex | CB | E9 | D9 | D | 0 | 7 | 9 | 94 | 29 | 55 |
| Octal | 313 | 351 | 331 | 15 | 0 | 7 | 11 | 224 | 51 | 125 |
| Binary | 11001011 | 11101001 | 11011001 | 1101 | 0 | 111 | 1001 | 10010100 | 101001 | 1010101 |
Color Harmonies of #CBE9D9
Complementary color
Monochromatic Colors of #CBE9D9
Black with #CBE9D9
Text Example
Text Example
White with #CBE9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9D9; }
p { color: rgb(203,233,217); }
H1.HeaderClassName
{
color: #CBE9D9;
}
.AnyTagClassName
{
color: #CBE9D9;
}
</style>
background-color css
<style>
a { background-color: #CBE9D9; }
a { background-color: rgb(203,233,217); }
div.DivClassName
{
background-color: #CBE9D9;
}
.BgClassName
{
background-color: #CBE9D9;
}
</style>
border-color css
<style>
span { border-color: #CBE9D9; }
span { border-color: rgb(203,233,217); }
td.TdClassName
{
border-color: #CBE9D9;
}
.TagClassName
{
border-color: #CBE9D9;
}
</style>