Shades of Aero Blue #CBE3D6
Tints of Aero Blue #CBE3D6
RGB
CMYK
RGB Variations
Color information
#CBE3D6 (or 0xCBE3D6) is known color: Aero Blue. HEX triplet: CB, E3 and D6. RGB value is (203,227,214). Sum of RGB (Red+Green+Blue) = 203+227+214=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 214 (83.98% from 255 or 33.23% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE3D6 is #341C29. Grayscale: #DADADA. Windows color (decimal): -3415082 or 14083019. OLE color: 14083019.
HSL color Cylindrical-coordinate representation of color #CBE3D6: hue angle of 147.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE3D6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 214 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.11 |
| HSL | 147.5º | 0.3% | 0.84% | - |
| HSV(B) | 147.5º | 0.11% | 0.89% | - |
| XYZ | 64.24 | 72.49 | 74.22 | - |
| YUV | 218.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 214 | 0.11 | 0 | 0.06 | 0.11 | 147.5 | 0.3 | 0.84 |
| Hex | CB | E3 | D6 | B | 0 | 6 | B | 94 | 1E | 54 |
| Octal | 313 | 343 | 326 | 13 | 0 | 6 | 13 | 224 | 36 | 124 |
| Binary | 11001011 | 11100011 | 11010110 | 1011 | 0 | 110 | 1011 | 10010100 | 11110 | 1010100 |
Color Harmonies of #CBE3D6
Complementary color
Monochromatic Colors of #CBE3D6
Black with #CBE3D6
Text Example
Text Example
White with #CBE3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3D6; }
p { color: rgb(203,227,214); }
H1.HeaderClassName
{
color: #CBE3D6;
}
.AnyTagClassName
{
color: #CBE3D6;
}
</style>
background-color css
<style>
a { background-color: #CBE3D6; }
a { background-color: rgb(203,227,214); }
div.DivClassName
{
background-color: #CBE3D6;
}
.BgClassName
{
background-color: #CBE3D6;
}
</style>
border-color css
<style>
span { border-color: #CBE3D6; }
span { border-color: rgb(203,227,214); }
td.TdClassName
{
border-color: #CBE3D6;
}
.TagClassName
{
border-color: #CBE3D6;
}
</style>