Shades of Aero Blue #C1FADC
Tints of Aero Blue #C1FADC
RGB
CMYK
RGB Variations
Color information
#C1FADC (or 0xC1FADC) is known color: Aero Blue. HEX triplet: C1, FA and DC. RGB value is (193,250,220). Sum of RGB (Red+Green+Blue) = 193+250+220=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #C1FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FADC is #3E0523. Grayscale: #E5E5E5. Windows color (decimal): -4064548 or 14482113. OLE color: 14482113.
HSL color Cylindrical-coordinate representation of color #C1FADC: hue angle of 148.42º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FADC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 250 | 220 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.02 |
| HSL | 148.42º | 0.85% | 0.87% | - |
| HSV(B) | 148.42º | 0.23% | 0.98% | - |
| XYZ | 69.1 | 84.88 | 80.45 | - |
| YUV | 229.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 250 | 220 | 0.23 | 0 | 0.12 | 0.02 | 148.42 | 0.85 | 0.87 |
| Hex | C1 | FA | DC | 17 | 0 | C | 2 | 94 | 55 | 57 |
| Octal | 301 | 372 | 334 | 27 | 0 | 14 | 2 | 224 | 125 | 127 |
| Binary | 11000001 | 11111010 | 11011100 | 10111 | 0 | 1100 | 10 | 10010100 | 1010101 | 1010111 |
Color Harmonies of #C1FADC
Complementary color
Monochromatic Colors of #C1FADC
Black with #C1FADC
Text Example
Text Example
White with #C1FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FADC; }
p { color: rgb(193,250,220); }
H1.HeaderClassName
{
color: #C1FADC;
}
.AnyTagClassName
{
color: #C1FADC;
}
</style>
background-color css
<style>
a { background-color: #C1FADC; }
a { background-color: rgb(193,250,220); }
div.DivClassName
{
background-color: #C1FADC;
}
.BgClassName
{
background-color: #C1FADC;
}
</style>
border-color css
<style>
span { border-color: #C1FADC; }
span { border-color: rgb(193,250,220); }
td.TdClassName
{
border-color: #C1FADC;
}
.TagClassName
{
border-color: #C1FADC;
}
</style>