Shades of Aero Blue #C4FCDE
Tints of Aero Blue #C4FCDE
RGB
CMYK
RGB Variations
Color information
#C4FCDE (or 0xC4FCDE) is known color: Aero Blue. HEX triplet: C4, FC and DE. RGB value is (196,252,222). Sum of RGB (Red+Green+Blue) = 196+252+222=670 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.25% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FCDE is #3B0321. Grayscale: #E7E7E7. Windows color (decimal): -3867426 or 14613700. OLE color: 14613700.
HSL color Cylindrical-coordinate representation of color #C4FCDE: hue angle of 147.86º 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 #C4FCDE is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 252 | 222 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.01 |
| HSL | 147.86º | 0.9% | 0.88% | - |
| HSV(B) | 147.86º | 0.22% | 0.99% | - |
| XYZ | 70.76 | 86.63 | 82.1 | - |
| YUV | 231.84 | 122.45 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 252 | 222 | 0.22 | 0 | 0.12 | 0.01 | 147.86 | 0.9 | 0.88 |
| Hex | C4 | FC | DE | 16 | 0 | C | 1 | 94 | 5A | 58 |
| Octal | 304 | 374 | 336 | 26 | 0 | 14 | 1 | 224 | 132 | 130 |
| Binary | 11000100 | 11111100 | 11011110 | 10110 | 0 | 1100 | 1 | 10010100 | 1011010 | 1011000 |
Color Harmonies of #C4FCDE
Complementary color
Monochromatic Colors of #C4FCDE
Black with #C4FCDE
Text Example
Text Example
White with #C4FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FCDE; }
p { color: rgb(196,252,222); }
H1.HeaderClassName
{
color: #C4FCDE;
}
.AnyTagClassName
{
color: #C4FCDE;
}
</style>
background-color css
<style>
a { background-color: #C4FCDE; }
a { background-color: rgb(196,252,222); }
div.DivClassName
{
background-color: #C4FCDE;
}
.BgClassName
{
background-color: #C4FCDE;
}
</style>
border-color css
<style>
span { border-color: #C4FCDE; }
span { border-color: rgb(196,252,222); }
td.TdClassName
{
border-color: #C4FCDE;
}
.TagClassName
{
border-color: #C4FCDE;
}
</style>