Shades of Aero Blue #C1FED8
Tints of Aero Blue #C1FED8
RGB
CMYK
RGB Variations
Color information
#C1FED8 (or 0xC1FED8) is known color: Aero Blue. HEX triplet: C1, FE and D8. RGB value is (193,254,216). Sum of RGB (Red+Green+Blue) = 193+254+216=663 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.11% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FED8 is #3E0127. Grayscale: #E7E7E7. Windows color (decimal): -4063528 or 14220993. OLE color: 14220993.
HSL color Cylindrical-coordinate representation of color #C1FED8: hue angle of 142.62º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FED8 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 216 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.00 |
| HSL | 142.62º | 0.97% | 0.88% | - |
| HSV(B) | 142.62º | 0.24% | 1% | - |
| XYZ | 69.83 | 87.18 | 78.11 | - |
| YUV | 231.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 216 | 0.24 | 0 | 0.15 | 0.00 | 142.62 | 0.97 | 0.88 |
| Hex | C1 | FE | D8 | 18 | 0 | F | 0 | 8F | 61 | 58 |
| Octal | 301 | 376 | 330 | 30 | 0 | 17 | 0 | 217 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11011000 | 11000 | 0 | 1111 | 0 | 10001111 | 1100001 | 1011000 |
Color Harmonies of #C1FED8
Complementary color
Monochromatic Colors of #C1FED8
Black with #C1FED8
Text Example
Text Example
White with #C1FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FED8; }
p { color: rgb(193,254,216); }
H1.HeaderClassName
{
color: #C1FED8;
}
.AnyTagClassName
{
color: #C1FED8;
}
</style>
background-color css
<style>
a { background-color: #C1FED8; }
a { background-color: rgb(193,254,216); }
div.DivClassName
{
background-color: #C1FED8;
}
.BgClassName
{
background-color: #C1FED8;
}
</style>
border-color css
<style>
span { border-color: #C1FED8; }
span { border-color: rgb(193,254,216); }
td.TdClassName
{
border-color: #C1FED8;
}
.TagClassName
{
border-color: #C1FED8;
}
</style>