Shades of Aero Blue #C1F4D6
Tints of Aero Blue #C1F4D6
RGB
CMYK
RGB Variations
Color information
#C1F4D6 (or 0xC1F4D6) is known color: Aero Blue. HEX triplet: C1, F4 and D6. RGB value is (193,244,214). Sum of RGB (Red+Green+Blue) = 193+244+214=651 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.65% from 651); Green value is 244 (95.70% from 255 or 37.48% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F4D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F4D6 is #3E0B29. Grayscale: #E1E1E1. Windows color (decimal): -4066090 or 14087361. OLE color: 14087361.
HSL color Cylindrical-coordinate representation of color #C1F4D6: hue angle of 144.71º 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 #C1F4D6 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 214 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.04 |
| HSL | 144.71º | 0.7% | 0.86% | - |
| HSV(B) | 144.71º | 0.21% | 0.96% | - |
| XYZ | 66.48 | 80.89 | 75.73 | - |
| YUV | 225.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 214 | 0.21 | 0 | 0.12 | 0.04 | 144.71 | 0.7 | 0.86 |
| Hex | C1 | F4 | D6 | 15 | 0 | C | 4 | 91 | 46 | 56 |
| Octal | 301 | 364 | 326 | 25 | 0 | 14 | 4 | 221 | 106 | 126 |
| Binary | 11000001 | 11110100 | 11010110 | 10101 | 0 | 1100 | 100 | 10010001 | 1000110 | 1010110 |
Color Harmonies of #C1F4D6
Complementary color
Monochromatic Colors of #C1F4D6
Black with #C1F4D6
Text Example
Text Example
White with #C1F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F4D6; }
p { color: rgb(193,244,214); }
H1.HeaderClassName
{
color: #C1F4D6;
}
.AnyTagClassName
{
color: #C1F4D6;
}
</style>
background-color css
<style>
a { background-color: #C1F4D6; }
a { background-color: rgb(193,244,214); }
div.DivClassName
{
background-color: #C1F4D6;
}
.BgClassName
{
background-color: #C1F4D6;
}
</style>
border-color css
<style>
span { border-color: #C1F4D6; }
span { border-color: rgb(193,244,214); }
td.TdClassName
{
border-color: #C1F4D6;
}
.TagClassName
{
border-color: #C1F4D6;
}
</style>