Shades of Aero Blue #CBECDB
Tints of Aero Blue #CBECDB
RGB
CMYK
RGB Variations
Color information
#CBECDB (or 0xCBECDB) is known color: Aero Blue. HEX triplet: CB, EC and DB. RGB value is (203,236,219). Sum of RGB (Red+Green+Blue) = 203+236+219=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECDB is #341324. Grayscale: #E0E0E0. Windows color (decimal): -3412773 or 14413003. OLE color: 14413003.
HSL color Cylindrical-coordinate representation of color #CBECDB: hue angle of 149.09º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBECDB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 219 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.07 |
| HSL | 149.09º | 0.46% | 0.86% | - |
| HSV(B) | 149.09º | 0.14% | 0.93% | - |
| XYZ | 67.41 | 77.8 | 78.48 | - |
| YUV | 224.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 219 | 0.14 | 0 | 0.07 | 0.07 | 149.09 | 0.46 | 0.86 |
| Hex | CB | EC | DB | E | 0 | 7 | 7 | 95 | 2E | 56 |
| Octal | 313 | 354 | 333 | 16 | 0 | 7 | 7 | 225 | 56 | 126 |
| Binary | 11001011 | 11101100 | 11011011 | 1110 | 0 | 111 | 111 | 10010101 | 101110 | 1010110 |
Color Harmonies of #CBECDB
Complementary color
Monochromatic Colors of #CBECDB
Black with #CBECDB
Text Example
Text Example
White with #CBECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECDB; }
p { color: rgb(203,236,219); }
H1.HeaderClassName
{
color: #CBECDB;
}
.AnyTagClassName
{
color: #CBECDB;
}
</style>
background-color css
<style>
a { background-color: #CBECDB; }
a { background-color: rgb(203,236,219); }
div.DivClassName
{
background-color: #CBECDB;
}
.BgClassName
{
background-color: #CBECDB;
}
</style>
border-color css
<style>
span { border-color: #CBECDB; }
span { border-color: rgb(203,236,219); }
td.TdClassName
{
border-color: #CBECDB;
}
.TagClassName
{
border-color: #CBECDB;
}
</style>