Shades of Aero Blue #C1FCDE
Tints of Aero Blue #C1FCDE
RGB
CMYK
RGB Variations
Color information
#C1FCDE (or 0xC1FCDE) is known color: Aero Blue. HEX triplet: C1, FC and DE. RGB value is (193,252,222). Sum of RGB (Red+Green+Blue) = 193+252+222=667 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.94% from 667); Green value is 252 (98.83% from 255 or 37.78% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FCDE is #3E0321. Grayscale: #E7E7E7. Windows color (decimal): -4064034 or 14613697. OLE color: 14613697.
HSL color Cylindrical-coordinate representation of color #C1FCDE: hue angle of 149.49º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C1FCDE is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 222 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.01 |
| HSL | 149.49º | 0.91% | 0.87% | - |
| HSV(B) | 149.49º | 0.23% | 0.99% | - |
| XYZ | 69.99 | 86.23 | 82.06 | - |
| YUV | 230.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 222 | 0.23 | 0 | 0.12 | 0.01 | 149.49 | 0.91 | 0.87 |
| Hex | C1 | FC | DE | 17 | 0 | C | 1 | 95 | 5B | 57 |
| Octal | 301 | 374 | 336 | 27 | 0 | 14 | 1 | 225 | 133 | 127 |
| Binary | 11000001 | 11111100 | 11011110 | 10111 | 0 | 1100 | 1 | 10010101 | 1011011 | 1010111 |
Color Harmonies of #C1FCDE
Complementary color
Monochromatic Colors of #C1FCDE
Black with #C1FCDE
Text Example
Text Example
White with #C1FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FCDE; }
p { color: rgb(193,252,222); }
H1.HeaderClassName
{
color: #C1FCDE;
}
.AnyTagClassName
{
color: #C1FCDE;
}
</style>
background-color css
<style>
a { background-color: #C1FCDE; }
a { background-color: rgb(193,252,222); }
div.DivClassName
{
background-color: #C1FCDE;
}
.BgClassName
{
background-color: #C1FCDE;
}
</style>
border-color css
<style>
span { border-color: #C1FCDE; }
span { border-color: rgb(193,252,222); }
td.TdClassName
{
border-color: #C1FCDE;
}
.TagClassName
{
border-color: #C1FCDE;
}
</style>