Shades of Aero Blue #CCEDDB
Tints of Aero Blue #CCEDDB
RGB
CMYK
RGB Variations
Color information
#CCEDDB (or 0xCCEDDB) is known color: Aero Blue. HEX triplet: CC, ED and DB. RGB value is (204,237,219). Sum of RGB (Red+Green+Blue) = 204+237+219=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDDB is #331224. Grayscale: #E1E1E1. Windows color (decimal): -3346981 or 14413260. OLE color: 14413260.
HSL color Cylindrical-coordinate representation of color #CCEDDB: hue angle of 147.27º degrees, saturation: 0.48, 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 #CCEDDB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 219 | - |
CMYK | 0.14 | 0 | 0.08 | 0.07 |
HSL | 147.27º | 0.48% | 0.86% | - |
HSV(B) | 147.27º | 0.14% | 0.93% | - |
XYZ | 67.97 | 78.52 | 78.59 | - |
YUV | 225.08 | 124.57 | 112.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 219 | 0.14 | 0 | 0.08 | 0.07 | 147.27 | 0.48 | 0.86 |
Hex | CC | ED | DB | E | 0 | 8 | 7 | 93 | 30 | 56 |
Octal | 314 | 355 | 333 | 16 | 0 | 10 | 7 | 223 | 60 | 126 |
Binary | 11001100 | 11101101 | 11011011 | 1110 | 0 | 1000 | 111 | 10010011 | 110000 | 1010110 |
Color Harmonies of #CCEDDB
Complementary color
Monochromatic Colors of #CCEDDB
Black with #CCEDDB
Text Example
Text Example
White with #CCEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDDB; }
p { color: rgb(204,237,219); }
H1.HeaderClassName
{
color: #CCEDDB;
}
.AnyTagClassName
{
color: #CCEDDB;
}
</style>
background-color css
<style>
a { background-color: #CCEDDB; }
a { background-color: rgb(204,237,219); }
div.DivClassName
{
background-color: #CCEDDB;
}
.BgClassName
{
background-color: #CCEDDB;
}
</style>
border-color css
<style>
span { border-color: #CCEDDB; }
span { border-color: rgb(204,237,219); }
td.TdClassName
{
border-color: #CCEDDB;
}
.TagClassName
{
border-color: #CCEDDB;
}
</style>