Shades of Aero Blue #CCEBDA
Tints of Aero Blue #CCEBDA
RGB
CMYK
RGB Variations
Color information
#CCEBDA (or 0xCCEBDA) is known color: Aero Blue. HEX triplet: CC, EB and DA. RGB value is (204,235,218). Sum of RGB (Red+Green+Blue) = 204+235+218=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBDA is #331425. Grayscale: #DFDFDF. Windows color (decimal): -3347494 or 14347212. OLE color: 14347212.
HSL color Cylindrical-coordinate representation of color #CCEBDA: hue angle of 147.1º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBDA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 235 | 218 | - |
CMYK | 0.13 | 0 | 0.07 | 0.08 |
HSL | 147.1º | 0.44% | 0.86% | - |
HSV(B) | 147.1º | 0.13% | 0.92% | - |
XYZ | 67.27 | 77.32 | 77.71 | - |
YUV | 223.79 | 124.73 | 113.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 235 | 218 | 0.13 | 0 | 0.07 | 0.08 | 147.1 | 0.44 | 0.86 |
Hex | CC | EB | DA | D | 0 | 7 | 8 | 93 | 2C | 56 |
Octal | 314 | 353 | 332 | 15 | 0 | 7 | 10 | 223 | 54 | 126 |
Binary | 11001100 | 11101011 | 11011010 | 1101 | 0 | 111 | 1000 | 10010011 | 101100 | 1010110 |
Color Harmonies of #CCEBDA
Complementary color
Monochromatic Colors of #CCEBDA
Black with #CCEBDA
Text Example
Text Example
White with #CCEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBDA; }
p { color: rgb(204,235,218); }
H1.HeaderClassName
{
color: #CCEBDA;
}
.AnyTagClassName
{
color: #CCEBDA;
}
</style>
background-color css
<style>
a { background-color: #CCEBDA; }
a { background-color: rgb(204,235,218); }
div.DivClassName
{
background-color: #CCEBDA;
}
.BgClassName
{
background-color: #CCEBDA;
}
</style>
border-color css
<style>
span { border-color: #CCEBDA; }
span { border-color: rgb(204,235,218); }
td.TdClassName
{
border-color: #CCEBDA;
}
.TagClassName
{
border-color: #CCEBDA;
}
</style>