Shades of Aero Blue #C1F4D4
Tints of Aero Blue #C1F4D4
RGB
CMYK
RGB Variations
Color information
#C1F4D4 (or 0xC1F4D4) is known color: Aero Blue. HEX triplet: C1, F4 and D4. RGB value is (193,244,212). Sum of RGB (Red+Green+Blue) = 193+244+212=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F4D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F4D4 is #3E0B2B. Grayscale: #E1E1E1. Windows color (decimal): -4066092 or 13956289. OLE color: 13956289.
HSL color Cylindrical-coordinate representation of color #C1F4D4: hue angle of 142.35º degrees, saturation: 0.7, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F4D4 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 212 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.04 |
| HSL | 142.35º | 0.7% | 0.86% | - |
| HSV(B) | 142.35º | 0.21% | 0.96% | - |
| XYZ | 66.23 | 80.79 | 74.39 | - |
| YUV | 225.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 212 | 0.21 | 0 | 0.13 | 0.04 | 142.35 | 0.7 | 0.86 |
| Hex | C1 | F4 | D4 | 15 | 0 | D | 4 | 8E | 46 | 56 |
| Octal | 301 | 364 | 324 | 25 | 0 | 15 | 4 | 216 | 106 | 126 |
| Binary | 11000001 | 11110100 | 11010100 | 10101 | 0 | 1101 | 100 | 10001110 | 1000110 | 1010110 |
Color Harmonies of #C1F4D4
Complementary color
Monochromatic Colors of #C1F4D4
Black with #C1F4D4
Text Example
Text Example
White with #C1F4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F4D4; }
p { color: rgb(193,244,212); }
H1.HeaderClassName
{
color: #C1F4D4;
}
.AnyTagClassName
{
color: #C1F4D4;
}
</style>
background-color css
<style>
a { background-color: #C1F4D4; }
a { background-color: rgb(193,244,212); }
div.DivClassName
{
background-color: #C1F4D4;
}
.BgClassName
{
background-color: #C1F4D4;
}
</style>
border-color css
<style>
span { border-color: #C1F4D4; }
span { border-color: rgb(193,244,212); }
td.TdClassName
{
border-color: #C1F4D4;
}
.TagClassName
{
border-color: #C1F4D4;
}
</style>