Shades of Aero Blue #CBEBDA
Tints of Aero Blue #CBEBDA
RGB
CMYK
RGB Variations
Color information
#CBEBDA (or 0xCBEBDA) is known color: Aero Blue. HEX triplet: CB, EB and DA. RGB value is (203,235,218). Sum of RGB (Red+Green+Blue) = 203+235+218=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBDA is #341425. Grayscale: #DFDFDF. Windows color (decimal): -3413030 or 14347211. OLE color: 14347211.
HSL color Cylindrical-coordinate representation of color #CBEBDA: hue angle of 148.12º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBDA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 218 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.08 |
| HSL | 148.13º | 0.44% | 0.86% | - |
| HSV(B) | 148.13º | 0.14% | 0.92% | - |
| XYZ | 66.99 | 77.18 | 77.7 | - |
| YUV | 223.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 218 | 0.14 | 0 | 0.07 | 0.08 | 148.13 | 0.44 | 0.86 |
| Hex | CB | EB | DA | E | 0 | 7 | 8 | 94 | 2C | 56 |
| Octal | 313 | 353 | 332 | 16 | 0 | 7 | 10 | 224 | 54 | 126 |
| Binary | 11001011 | 11101011 | 11011010 | 1110 | 0 | 111 | 1000 | 10010100 | 101100 | 1010110 |
Color Harmonies of #CBEBDA
Complementary color
Monochromatic Colors of #CBEBDA
Black with #CBEBDA
Text Example
Text Example
White with #CBEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBDA; }
p { color: rgb(203,235,218); }
H1.HeaderClassName
{
color: #CBEBDA;
}
.AnyTagClassName
{
color: #CBEBDA;
}
</style>
background-color css
<style>
a { background-color: #CBEBDA; }
a { background-color: rgb(203,235,218); }
div.DivClassName
{
background-color: #CBEBDA;
}
.BgClassName
{
background-color: #CBEBDA;
}
</style>
border-color css
<style>
span { border-color: #CBEBDA; }
span { border-color: rgb(203,235,218); }
td.TdClassName
{
border-color: #CBEBDA;
}
.TagClassName
{
border-color: #CBEBDA;
}
</style>