Shades of Aero Blue #C4FCDA
Tints of Aero Blue #C4FCDA
RGB
CMYK
RGB Variations
Color information
#C4FCDA (or 0xC4FCDA) is known color: Aero Blue. HEX triplet: C4, FC and DA. RGB value is (196,252,218). Sum of RGB (Red+Green+Blue) = 196+252+218=666 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.43% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FCDA is #3B0325. Grayscale: #E7E7E7. Windows color (decimal): -3867430 or 14351556. OLE color: 14351556.
HSL color Cylindrical-coordinate representation of color #C4FCDA: hue angle of 143.57º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FCDA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 252 | 218 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.01 |
| HSL | 143.57º | 0.9% | 0.88% | - |
| HSV(B) | 143.57º | 0.22% | 0.99% | - |
| XYZ | 70.23 | 86.42 | 79.31 | - |
| YUV | 231.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 252 | 218 | 0.22 | 0 | 0.13 | 0.01 | 143.57 | 0.9 | 0.88 |
| Hex | C4 | FC | DA | 16 | 0 | D | 1 | 90 | 5A | 58 |
| Octal | 304 | 374 | 332 | 26 | 0 | 15 | 1 | 220 | 132 | 130 |
| Binary | 11000100 | 11111100 | 11011010 | 10110 | 0 | 1101 | 1 | 10010000 | 1011010 | 1011000 |
Color Harmonies of #C4FCDA
Complementary color
Monochromatic Colors of #C4FCDA
Black with #C4FCDA
Text Example
Text Example
White with #C4FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FCDA; }
p { color: rgb(196,252,218); }
H1.HeaderClassName
{
color: #C4FCDA;
}
.AnyTagClassName
{
color: #C4FCDA;
}
</style>
background-color css
<style>
a { background-color: #C4FCDA; }
a { background-color: rgb(196,252,218); }
div.DivClassName
{
background-color: #C4FCDA;
}
.BgClassName
{
background-color: #C4FCDA;
}
</style>
border-color css
<style>
span { border-color: #C4FCDA; }
span { border-color: rgb(196,252,218); }
td.TdClassName
{
border-color: #C4FCDA;
}
.TagClassName
{
border-color: #C4FCDA;
}
</style>