Shades of Aero Blue #CBE1D5
Tints of Aero Blue #CBE1D5
RGB
CMYK
RGB Variations
Color information
#CBE1D5 (or 0xCBE1D5) is known color: Aero Blue. HEX triplet: CB, E1 and D5. RGB value is (203,225,213). Sum of RGB (Red+Green+Blue) = 203+225+213=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE1D5 is #341E2A. Grayscale: #D9D9D9. Windows color (decimal): -3415595 or 14016971. OLE color: 14016971.
HSL color Cylindrical-coordinate representation of color #CBE1D5: hue angle of 147.27º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE1D5 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
RGB | 203 | 225 | 213 | - |
CMYK | 0.10 | 0 | 0.05 | 0.12 |
HSL | 147.27º | 0.27% | 0.84% | - |
HSV(B) | 147.27º | 0.1% | 0.88% | - |
XYZ | 63.56 | 71.35 | 73.37 | - |
YUV | 217.05 | 125.71 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 225 | 213 | 0.10 | 0 | 0.05 | 0.12 | 147.27 | 0.27 | 0.84 |
Hex | CB | E1 | D5 | A | 0 | 5 | C | 93 | 1B | 54 |
Octal | 313 | 341 | 325 | 12 | 0 | 5 | 14 | 223 | 33 | 124 |
Binary | 11001011 | 11100001 | 11010101 | 1010 | 0 | 101 | 1100 | 10010011 | 11011 | 1010100 |
Color Harmonies of #CBE1D5
Complementary color
Monochromatic Colors of #CBE1D5
Black with #CBE1D5
Text Example
Text Example
White with #CBE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1D5; }
p { color: rgb(203,225,213); }
H1.HeaderClassName
{
color: #CBE1D5;
}
.AnyTagClassName
{
color: #CBE1D5;
}
</style>
background-color css
<style>
a { background-color: #CBE1D5; }
a { background-color: rgb(203,225,213); }
div.DivClassName
{
background-color: #CBE1D5;
}
.BgClassName
{
background-color: #CBE1D5;
}
</style>
border-color css
<style>
span { border-color: #CBE1D5; }
span { border-color: rgb(203,225,213); }
td.TdClassName
{
border-color: #CBE1D5;
}
.TagClassName
{
border-color: #CBE1D5;
}
</style>