Shades of Aero Blue #CBEED9
Tints of Aero Blue #CBEED9
RGB
CMYK
RGB Variations
Color information
#CBEED9 (or 0xCBEED9) is known color: Aero Blue. HEX triplet: CB, EE and D9. RGB value is (203,238,217). Sum of RGB (Red+Green+Blue) = 203+238+217=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 217 (85.16% from 255 or 32.98% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEED9 is #341126. Grayscale: #E1E1E1. Windows color (decimal): -3412263 or 14282443. OLE color: 14282443.
HSL color Cylindrical-coordinate representation of color #CBEED9: hue angle of 144º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEED9 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 238 | 217 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.07 |
| HSL | 144º | 0.51% | 0.86% | - |
| HSV(B) | 144º | 0.15% | 0.93% | - |
| XYZ | 67.73 | 78.86 | 77.3 | - |
| YUV | 225.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 238 | 217 | 0.15 | 0 | 0.09 | 0.07 | 144 | 0.51 | 0.86 |
| Hex | CB | EE | D9 | F | 0 | 9 | 7 | 90 | 33 | 56 |
| Octal | 313 | 356 | 331 | 17 | 0 | 11 | 7 | 220 | 63 | 126 |
| Binary | 11001011 | 11101110 | 11011001 | 1111 | 0 | 1001 | 111 | 10010000 | 110011 | 1010110 |
Color Harmonies of #CBEED9
Complementary color
Monochromatic Colors of #CBEED9
Black with #CBEED9
Text Example
Text Example
White with #CBEED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEED9; }
p { color: rgb(203,238,217); }
H1.HeaderClassName
{
color: #CBEED9;
}
.AnyTagClassName
{
color: #CBEED9;
}
</style>
background-color css
<style>
a { background-color: #CBEED9; }
a { background-color: rgb(203,238,217); }
div.DivClassName
{
background-color: #CBEED9;
}
.BgClassName
{
background-color: #CBEED9;
}
</style>
border-color css
<style>
span { border-color: #CBEED9; }
span { border-color: rgb(203,238,217); }
td.TdClassName
{
border-color: #CBEED9;
}
.TagClassName
{
border-color: #CBEED9;
}
</style>