Shades of Aero Blue #C4F5D8
Tints of Aero Blue #C4F5D8
RGB
CMYK
RGB Variations
Color information
#C4F5D8 (or 0xC4F5D8) is known color: Aero Blue. HEX triplet: C4, F5 and D8. RGB value is (196,245,216). Sum of RGB (Red+Green+Blue) = 196+245+216=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F5D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F5D8 is #3B0A27. Grayscale: #E3E3E3. Windows color (decimal): -3869224 or 14218692. OLE color: 14218692.
HSL color Cylindrical-coordinate representation of color #C4F5D8: hue angle of 144.49º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4F5D8 is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 245 | 216 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.04 |
| HSL | 144.49º | 0.71% | 0.86% | - |
| HSV(B) | 144.49º | 0.2% | 0.96% | - |
| XYZ | 67.81 | 82 | 77.22 | - |
| YUV | 227.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 245 | 216 | 0.2 | 0 | 0.12 | 0.04 | 144.49 | 0.71 | 0.86 |
| Hex | C4 | F5 | D8 | 14 | 0 | C | 4 | 90 | 47 | 56 |
| Octal | 304 | 365 | 330 | 24 | 0 | 14 | 4 | 220 | 107 | 126 |
| Binary | 11000100 | 11110101 | 11011000 | 10100 | 0 | 1100 | 100 | 10010000 | 1000111 | 1010110 |
Color Harmonies of #C4F5D8
Complementary color
Monochromatic Colors of #C4F5D8
Black with #C4F5D8
Text Example
Text Example
White with #C4F5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F5D8; }
p { color: rgb(196,245,216); }
H1.HeaderClassName
{
color: #C4F5D8;
}
.AnyTagClassName
{
color: #C4F5D8;
}
</style>
background-color css
<style>
a { background-color: #C4F5D8; }
a { background-color: rgb(196,245,216); }
div.DivClassName
{
background-color: #C4F5D8;
}
.BgClassName
{
background-color: #C4F5D8;
}
</style>
border-color css
<style>
span { border-color: #C4F5D8; }
span { border-color: rgb(196,245,216); }
td.TdClassName
{
border-color: #C4F5D8;
}
.TagClassName
{
border-color: #C4F5D8;
}
</style>