Shades of Aero Blue #C1FFDF
Tints of Aero Blue #C1FFDF
RGB
CMYK
RGB Variations
Color information
#C1FFDF (or 0xC1FFDF) is known color: Aero Blue. HEX triplet: C1, FF and DF. RGB value is (193,255,223). Sum of RGB (Red+Green+Blue) = 193+255+223=671 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.76% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFDF is #3E0020. Grayscale: #E8E8E8. Windows color (decimal): -4063265 or 14680001. OLE color: 14680001.
HSL color Cylindrical-coordinate representation of color #C1FFDF: hue angle of 149.03º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FFDF is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 193 | 255 | 223 | - |
| CMYK | 0.24 | 0 | 0.13 | 0 |
| HSL | 149.03º | 1% | 0.88% | - |
| HSV(B) | 149.03º | 0.24% | 1% | - |
| XYZ | 71.07 | 88.19 | 83.09 | - |
| YUV | 232.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 255 | 223 | 0.24 | 0 | 0.13 | 0 | 149.03 | 1 | 0.88 |
| Hex | C1 | FF | DF | 18 | 0 | D | 0 | 95 | 64 | 58 |
| Octal | 301 | 377 | 337 | 30 | 0 | 15 | 0 | 225 | 144 | 130 |
| Binary | 11000001 | 11111111 | 11011111 | 11000 | 0 | 1101 | 0 | 10010101 | 1100100 | 1011000 |
Color Harmonies of #C1FFDF
Complementary color
Monochromatic Colors of #C1FFDF
Black with #C1FFDF
Text Example
Text Example
White with #C1FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FFDF; }
p { color: rgb(193,255,223); }
H1.HeaderClassName
{
color: #C1FFDF;
}
.AnyTagClassName
{
color: #C1FFDF;
}
</style>
background-color css
<style>
a { background-color: #C1FFDF; }
a { background-color: rgb(193,255,223); }
div.DivClassName
{
background-color: #C1FFDF;
}
.BgClassName
{
background-color: #C1FFDF;
}
</style>
border-color css
<style>
span { border-color: #C1FFDF; }
span { border-color: rgb(193,255,223); }
td.TdClassName
{
border-color: #C1FFDF;
}
.TagClassName
{
border-color: #C1FFDF;
}
</style>