Shades of Aero Blue #C2DDCF
Tints of Aero Blue #C2DDCF
RGB
CMYK
RGB Variations
Color information
#C2DDCF (or 0xC2DDCF) is known color: Aero Blue. HEX triplet: C2, DD and CF. RGB value is (194,221,207). Sum of RGB (Red+Green+Blue) = 194+221+207=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDCF is #3D2230. Grayscale: #D3D3D3. Windows color (decimal): -4006449 or 13622722. OLE color: 13622722.
HSL color Cylindrical-coordinate representation of color #C2DDCF: hue angle of 148.89º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DDCF is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 207 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.13 |
| HSL | 148.89º | 0.28% | 0.81% | - |
| HSV(B) | 148.89º | 0.12% | 0.87% | - |
| XYZ | 59.37 | 67.69 | 68.97 | - |
| YUV | 211.33 | 125.55 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 207 | 0.12 | 0 | 0.06 | 0.13 | 148.89 | 0.28 | 0.81 |
| Hex | C2 | DD | CF | C | 0 | 6 | D | 95 | 1C | 51 |
| Octal | 302 | 335 | 317 | 14 | 0 | 6 | 15 | 225 | 34 | 121 |
| Binary | 11000010 | 11011101 | 11001111 | 1100 | 0 | 110 | 1101 | 10010101 | 11100 | 1010001 |
Color Harmonies of #C2DDCF
Complementary color
Monochromatic Colors of #C2DDCF
Black with #C2DDCF
Text Example
Text Example
White with #C2DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDCF; }
p { color: rgb(194,221,207); }
H1.HeaderClassName
{
color: #C2DDCF;
}
.AnyTagClassName
{
color: #C2DDCF;
}
</style>
background-color css
<style>
a { background-color: #C2DDCF; }
a { background-color: rgb(194,221,207); }
div.DivClassName
{
background-color: #C2DDCF;
}
.BgClassName
{
background-color: #C2DDCF;
}
</style>
border-color css
<style>
span { border-color: #C2DDCF; }
span { border-color: rgb(194,221,207); }
td.TdClassName
{
border-color: #C2DDCF;
}
.TagClassName
{
border-color: #C2DDCF;
}
</style>