Shades of Aero Blue #C2DFCE
Tints of Aero Blue #C2DFCE
RGB
CMYK
RGB Variations
Color information
#C2DFCE (or 0xC2DFCE) is known color: Aero Blue. HEX triplet: C2, DF and CE. RGB value is (194,223,206). Sum of RGB (Red+Green+Blue) = 194+223+206=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFCE is #3D2031. Grayscale: #D4D4D4. Windows color (decimal): -4005938 or 13557698. OLE color: 13557698.
HSL color Cylindrical-coordinate representation of color #C2DFCE: hue angle of 144.83º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DFCE is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 206 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.13 |
| HSL | 144.83º | 0.31% | 0.82% | - |
| HSV(B) | 144.83º | 0.13% | 0.87% | - |
| XYZ | 59.78 | 68.7 | 68.5 | - |
| YUV | 212.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 206 | 0.13 | 0 | 0.08 | 0.13 | 144.83 | 0.31 | 0.82 |
| Hex | C2 | DF | CE | D | 0 | 8 | D | 91 | 1F | 52 |
| Octal | 302 | 337 | 316 | 15 | 0 | 10 | 15 | 221 | 37 | 122 |
| Binary | 11000010 | 11011111 | 11001110 | 1101 | 0 | 1000 | 1101 | 10010001 | 11111 | 1010010 |
Color Harmonies of #C2DFCE
Complementary color
Monochromatic Colors of #C2DFCE
Black with #C2DFCE
Text Example
Text Example
White with #C2DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFCE; }
p { color: rgb(194,223,206); }
H1.HeaderClassName
{
color: #C2DFCE;
}
.AnyTagClassName
{
color: #C2DFCE;
}
</style>
background-color css
<style>
a { background-color: #C2DFCE; }
a { background-color: rgb(194,223,206); }
div.DivClassName
{
background-color: #C2DFCE;
}
.BgClassName
{
background-color: #C2DFCE;
}
</style>
border-color css
<style>
span { border-color: #C2DFCE; }
span { border-color: rgb(194,223,206); }
td.TdClassName
{
border-color: #C2DFCE;
}
.TagClassName
{
border-color: #C2DFCE;
}
</style>