Shades of Aero Blue #C2FADD
Tints of Aero Blue #C2FADD
RGB
CMYK
RGB Variations
Color information
#C2FADD (or 0xC2FADD) is known color: Aero Blue. HEX triplet: C2, FA and DD. RGB value is (194,250,221). Sum of RGB (Red+Green+Blue) = 194+250+221=665 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.17% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FADD is #3D0522. Grayscale: #E6E6E6. Windows color (decimal): -3999011 or 14547650. OLE color: 14547650.
HSL color Cylindrical-coordinate representation of color #C2FADD: hue angle of 148.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2FADD is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 221 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 148.93º | 0.85% | 0.87% | - |
| HSV(B) | 148.93º | 0.22% | 0.98% | - |
| XYZ | 69.48 | 85.06 | 81.16 | - |
| YUV | 229.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 221 | 0.22 | 0 | 0.12 | 0.02 | 148.93 | 0.85 | 0.87 |
| Hex | C2 | FA | DD | 16 | 0 | C | 2 | 95 | 55 | 57 |
| Octal | 302 | 372 | 335 | 26 | 0 | 14 | 2 | 225 | 125 | 127 |
| Binary | 11000010 | 11111010 | 11011101 | 10110 | 0 | 1100 | 10 | 10010101 | 1010101 | 1010111 |
Color Harmonies of #C2FADD
Complementary color
Monochromatic Colors of #C2FADD
Black with #C2FADD
Text Example
Text Example
White with #C2FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FADD; }
p { color: rgb(194,250,221); }
H1.HeaderClassName
{
color: #C2FADD;
}
.AnyTagClassName
{
color: #C2FADD;
}
</style>
background-color css
<style>
a { background-color: #C2FADD; }
a { background-color: rgb(194,250,221); }
div.DivClassName
{
background-color: #C2FADD;
}
.BgClassName
{
background-color: #C2FADD;
}
</style>
border-color css
<style>
span { border-color: #C2FADD; }
span { border-color: rgb(194,250,221); }
td.TdClassName
{
border-color: #C2FADD;
}
.TagClassName
{
border-color: #C2FADD;
}
</style>