Shades of Aero Blue #C1F8DA
Tints of Aero Blue #C1F8DA
RGB
CMYK
RGB Variations
Color information
#C1F8DA (or 0xC1F8DA) is known color: Aero Blue. HEX triplet: C1, F8 and DA. RGB value is (193,248,218). Sum of RGB (Red+Green+Blue) = 193+248+218=659 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.29% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F8DA is #3E0725. Grayscale: #E4E4E4. Windows color (decimal): -4065062 or 14350529. OLE color: 14350529.
HSL color Cylindrical-coordinate representation of color #C1F8DA: hue angle of 147.27º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1F8DA is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 218 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.03 |
| HSL | 147.27º | 0.8% | 0.86% | - |
| HSV(B) | 147.27º | 0.22% | 0.97% | - |
| XYZ | 68.21 | 83.53 | 78.86 | - |
| YUV | 228.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 218 | 0.22 | 0 | 0.12 | 0.03 | 147.27 | 0.8 | 0.86 |
| Hex | C1 | F8 | DA | 16 | 0 | C | 3 | 93 | 50 | 56 |
| Octal | 301 | 370 | 332 | 26 | 0 | 14 | 3 | 223 | 120 | 126 |
| Binary | 11000001 | 11111000 | 11011010 | 10110 | 0 | 1100 | 11 | 10010011 | 1010000 | 1010110 |
Color Harmonies of #C1F8DA
Complementary color
Monochromatic Colors of #C1F8DA
Black with #C1F8DA
Text Example
Text Example
White with #C1F8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F8DA; }
p { color: rgb(193,248,218); }
H1.HeaderClassName
{
color: #C1F8DA;
}
.AnyTagClassName
{
color: #C1F8DA;
}
</style>
background-color css
<style>
a { background-color: #C1F8DA; }
a { background-color: rgb(193,248,218); }
div.DivClassName
{
background-color: #C1F8DA;
}
.BgClassName
{
background-color: #C1F8DA;
}
</style>
border-color css
<style>
span { border-color: #C1F8DA; }
span { border-color: rgb(193,248,218); }
td.TdClassName
{
border-color: #C1F8DA;
}
.TagClassName
{
border-color: #C1F8DA;
}
</style>