Shades of Aero Blue #CBE6D6
Tints of Aero Blue #CBE6D6
RGB
CMYK
RGB Variations
Color information
#CBE6D6 (or 0xCBE6D6) is known color: Aero Blue. HEX triplet: CB, E6 and D6. RGB value is (203,230,214). Sum of RGB (Red+Green+Blue) = 203+230+214=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 214 (83.98% from 255 or 33.08% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6D6 is #341929. Grayscale: #DCDCDC. Windows color (decimal): -3414314 or 14083787. OLE color: 14083787.
HSL color Cylindrical-coordinate representation of color #CBE6D6: hue angle of 144.44º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE6D6 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 214 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.10 |
| HSL | 144.44º | 0.35% | 0.85% | - |
| HSV(B) | 144.44º | 0.12% | 0.9% | - |
| XYZ | 65.06 | 74.15 | 74.5 | - |
| YUV | 220.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 214 | 0.12 | 0 | 0.07 | 0.10 | 144.44 | 0.35 | 0.85 |
| Hex | CB | E6 | D6 | C | 0 | 7 | A | 90 | 23 | 55 |
| Octal | 313 | 346 | 326 | 14 | 0 | 7 | 12 | 220 | 43 | 125 |
| Binary | 11001011 | 11100110 | 11010110 | 1100 | 0 | 111 | 1010 | 10010000 | 100011 | 1010101 |
Color Harmonies of #CBE6D6
Complementary color
Monochromatic Colors of #CBE6D6
Black with #CBE6D6
Text Example
Text Example
White with #CBE6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6D6; }
p { color: rgb(203,230,214); }
H1.HeaderClassName
{
color: #CBE6D6;
}
.AnyTagClassName
{
color: #CBE6D6;
}
</style>
background-color css
<style>
a { background-color: #CBE6D6; }
a { background-color: rgb(203,230,214); }
div.DivClassName
{
background-color: #CBE6D6;
}
.BgClassName
{
background-color: #CBE6D6;
}
</style>
border-color css
<style>
span { border-color: #CBE6D6; }
span { border-color: rgb(203,230,214); }
td.TdClassName
{
border-color: #CBE6D6;
}
.TagClassName
{
border-color: #CBE6D6;
}
</style>