Shades of Aero Blue #C2FEDD
Tints of Aero Blue #C2FEDD
RGB
CMYK
RGB Variations
Color information
#C2FEDD (or 0xC2FEDD) is known color: Aero Blue. HEX triplet: C2, FE and DD. RGB value is (194,254,221). Sum of RGB (Red+Green+Blue) = 194+254+221=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEDD is #3D0122. Grayscale: #E8E8E8. Windows color (decimal): -3997987 or 14548674. OLE color: 14548674.
HSL color Cylindrical-coordinate representation of color #C2FEDD: hue angle of 147º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEDD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 194 | 254 | 221 | - |
CMYK | 0.24 | 0 | 0.13 | 0.00 |
HSL | 147º | 0.97% | 0.88% | - |
HSV(B) | 147º | 0.24% | 1% | - |
XYZ | 70.74 | 87.57 | 81.58 | - |
YUV | 232.3 | 121.62 | 100.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 254 | 221 | 0.24 | 0 | 0.13 | 0.00 | 147 | 0.97 | 0.88 |
Hex | C2 | FE | DD | 18 | 0 | D | 0 | 93 | 61 | 58 |
Octal | 302 | 376 | 335 | 30 | 0 | 15 | 0 | 223 | 141 | 130 |
Binary | 11000010 | 11111110 | 11011101 | 11000 | 0 | 1101 | 0 | 10010011 | 1100001 | 1011000 |
Color Harmonies of #C2FEDD
Complementary color
Monochromatic Colors of #C2FEDD
Black with #C2FEDD
Text Example
Text Example
White with #C2FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEDD; }
p { color: rgb(194,254,221); }
H1.HeaderClassName
{
color: #C2FEDD;
}
.AnyTagClassName
{
color: #C2FEDD;
}
</style>
background-color css
<style>
a { background-color: #C2FEDD; }
a { background-color: rgb(194,254,221); }
div.DivClassName
{
background-color: #C2FEDD;
}
.BgClassName
{
background-color: #C2FEDD;
}
</style>
border-color css
<style>
span { border-color: #C2FEDD; }
span { border-color: rgb(194,254,221); }
td.TdClassName
{
border-color: #C2FEDD;
}
.TagClassName
{
border-color: #C2FEDD;
}
</style>