Shades of Aero Blue #CEE7DA
Tints of Aero Blue #CEE7DA
RGB
CMYK
RGB Variations
Color information
#CEE7DA (or 0xCEE7DA) is known color: Aero Blue. HEX triplet: CE, E7 and DA. RGB value is (206,231,218). Sum of RGB (Red+Green+Blue) = 206+231+218=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7DA is #311825. Grayscale: #DEDEDE. Windows color (decimal): -3217446 or 14346190. OLE color: 14346190.
HSL color Cylindrical-coordinate representation of color #CEE7DA: hue angle of 148.8º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE7DA is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 218 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.09 |
| HSL | 148.8º | 0.34% | 0.86% | - |
| HSV(B) | 148.8º | 0.11% | 0.91% | - |
| XYZ | 66.68 | 75.34 | 77.36 | - |
| YUV | 222.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 218 | 0.11 | 0 | 0.06 | 0.09 | 148.8 | 0.34 | 0.86 |
| Hex | CE | E7 | DA | B | 0 | 6 | 9 | 95 | 22 | 56 |
| Octal | 316 | 347 | 332 | 13 | 0 | 6 | 11 | 225 | 42 | 126 |
| Binary | 11001110 | 11100111 | 11011010 | 1011 | 0 | 110 | 1001 | 10010101 | 100010 | 1010110 |
Color Harmonies of #CEE7DA
Complementary color
Monochromatic Colors of #CEE7DA
Black with #CEE7DA
Text Example
Text Example
White with #CEE7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7DA; }
p { color: rgb(206,231,218); }
H1.HeaderClassName
{
color: #CEE7DA;
}
.AnyTagClassName
{
color: #CEE7DA;
}
</style>
background-color css
<style>
a { background-color: #CEE7DA; }
a { background-color: rgb(206,231,218); }
div.DivClassName
{
background-color: #CEE7DA;
}
.BgClassName
{
background-color: #CEE7DA;
}
</style>
border-color css
<style>
span { border-color: #CEE7DA; }
span { border-color: rgb(206,231,218); }
td.TdClassName
{
border-color: #CEE7DA;
}
.TagClassName
{
border-color: #CEE7DA;
}
</style>