Shades of Aero Blue #C4F5D7
Tints of Aero Blue #C4F5D7
RGB
CMYK
RGB Variations
Color information
#C4F5D7 (or 0xC4F5D7) is known color: Aero Blue. HEX triplet: C4, F5 and D7. RGB value is (196,245,215). Sum of RGB (Red+Green+Blue) = 196+245+215=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F5D7 is #3B0A28. Grayscale: #E2E2E2. Windows color (decimal): -3869225 or 14153156. OLE color: 14153156.
HSL color Cylindrical-coordinate representation of color #C4F5D7: hue angle of 143.27º 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 #C4F5D7 is Cyan = 0.2, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 245 | 215 | - |
| CMYK | 0.2 | 0 | 0.12 | 0.04 |
| HSL | 143.27º | 0.71% | 0.86% | - |
| HSV(B) | 143.27º | 0.2% | 0.96% | - |
| XYZ | 67.68 | 81.95 | 76.54 | - |
| YUV | 226.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 245 | 215 | 0.2 | 0 | 0.12 | 0.04 | 143.27 | 0.71 | 0.86 |
| Hex | C4 | F5 | D7 | 14 | 0 | C | 4 | 8F | 47 | 56 |
| Octal | 304 | 365 | 327 | 24 | 0 | 14 | 4 | 217 | 107 | 126 |
| Binary | 11000100 | 11110101 | 11010111 | 10100 | 0 | 1100 | 100 | 10001111 | 1000111 | 1010110 |
Color Harmonies of #C4F5D7
Complementary color
Monochromatic Colors of #C4F5D7
Black with #C4F5D7
Text Example
Text Example
White with #C4F5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F5D7; }
p { color: rgb(196,245,215); }
H1.HeaderClassName
{
color: #C4F5D7;
}
.AnyTagClassName
{
color: #C4F5D7;
}
</style>
background-color css
<style>
a { background-color: #C4F5D7; }
a { background-color: rgb(196,245,215); }
div.DivClassName
{
background-color: #C4F5D7;
}
.BgClassName
{
background-color: #C4F5D7;
}
</style>
border-color css
<style>
span { border-color: #C4F5D7; }
span { border-color: rgb(196,245,215); }
td.TdClassName
{
border-color: #C4F5D7;
}
.TagClassName
{
border-color: #C4F5D7;
}
</style>