Shades of Aero Blue #C2DECF
Tints of Aero Blue #C2DECF
RGB
CMYK
RGB Variations
Color information
#C2DECF (or 0xC2DECF) is known color: Aero Blue. HEX triplet: C2, DE and CF. RGB value is (194,222,207). Sum of RGB (Red+Green+Blue) = 194+222+207=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DECF is #3D2130. Grayscale: #D3D3D3. Windows color (decimal): -4006193 or 13622978. OLE color: 13622978.
HSL color Cylindrical-coordinate representation of color #C2DECF: hue angle of 147.86º degrees, saturation: 0.3, 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 #C2DECF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 207 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.13 |
| HSL | 147.86º | 0.3% | 0.82% | - |
| HSV(B) | 147.86º | 0.13% | 0.87% | - |
| XYZ | 59.63 | 68.22 | 69.06 | - |
| YUV | 211.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 207 | 0.13 | 0 | 0.07 | 0.13 | 147.86 | 0.3 | 0.82 |
| Hex | C2 | DE | CF | D | 0 | 7 | D | 94 | 1E | 52 |
| Octal | 302 | 336 | 317 | 15 | 0 | 7 | 15 | 224 | 36 | 122 |
| Binary | 11000010 | 11011110 | 11001111 | 1101 | 0 | 111 | 1101 | 10010100 | 11110 | 1010010 |
Color Harmonies of #C2DECF
Complementary color
Monochromatic Colors of #C2DECF
Black with #C2DECF
Text Example
Text Example
White with #C2DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DECF; }
p { color: rgb(194,222,207); }
H1.HeaderClassName
{
color: #C2DECF;
}
.AnyTagClassName
{
color: #C2DECF;
}
</style>
background-color css
<style>
a { background-color: #C2DECF; }
a { background-color: rgb(194,222,207); }
div.DivClassName
{
background-color: #C2DECF;
}
.BgClassName
{
background-color: #C2DECF;
}
</style>
border-color css
<style>
span { border-color: #C2DECF; }
span { border-color: rgb(194,222,207); }
td.TdClassName
{
border-color: #C2DECF;
}
.TagClassName
{
border-color: #C2DECF;
}
</style>