Shades of Aero Blue #C4F0DA
Tints of Aero Blue #C4F0DA
RGB
CMYK
RGB Variations
Color information
#C4F0DA (or 0xC4F0DA) is known color: Aero Blue. HEX triplet: C4, F0 and DA. RGB value is (196,240,218). Sum of RGB (Red+Green+Blue) = 196+240+218=654 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.97% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #C4F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F0DA is #3B0F25. Grayscale: #E0E0E0. Windows color (decimal): -3870502 or 14348484. OLE color: 14348484.
HSL color Cylindrical-coordinate representation of color #C4F0DA: hue angle of 150º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4F0DA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 240 | 218 | - |
| CMYK | 0.18 | 0 | 0.09 | 0.06 |
| HSL | 150º | 0.59% | 0.85% | - |
| HSV(B) | 150º | 0.18% | 0.94% | - |
| XYZ | 66.58 | 79.12 | 78.09 | - |
| YUV | 224.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 240 | 218 | 0.18 | 0 | 0.09 | 0.06 | 150 | 0.59 | 0.85 |
| Hex | C4 | F0 | DA | 12 | 0 | 9 | 6 | 96 | 3B | 55 |
| Octal | 304 | 360 | 332 | 22 | 0 | 11 | 6 | 226 | 73 | 125 |
| Binary | 11000100 | 11110000 | 11011010 | 10010 | 0 | 1001 | 110 | 10010110 | 111011 | 1010101 |
Color Harmonies of #C4F0DA
Complementary color
Monochromatic Colors of #C4F0DA
Black with #C4F0DA
Text Example
Text Example
White with #C4F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F0DA; }
p { color: rgb(196,240,218); }
H1.HeaderClassName
{
color: #C4F0DA;
}
.AnyTagClassName
{
color: #C4F0DA;
}
</style>
background-color css
<style>
a { background-color: #C4F0DA; }
a { background-color: rgb(196,240,218); }
div.DivClassName
{
background-color: #C4F0DA;
}
.BgClassName
{
background-color: #C4F0DA;
}
</style>
border-color css
<style>
span { border-color: #C4F0DA; }
span { border-color: rgb(196,240,218); }
td.TdClassName
{
border-color: #C4F0DA;
}
.TagClassName
{
border-color: #C4F0DA;
}
</style>