Shades of Aero Blue #C1E5CF
Tints of Aero Blue #C1E5CF
RGB
CMYK
RGB Variations
Color information
#C1E5CF (or 0xC1E5CF) is known color: Aero Blue. HEX triplet: C1, E5 and CF. RGB value is (193,229,207). Sum of RGB (Red+Green+Blue) = 193+229+207=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E5CF is #3E1A30. Grayscale: #D7D7D7. Windows color (decimal): -4069937 or 13624769. OLE color: 13624769.
HSL color Cylindrical-coordinate representation of color #C1E5CF: hue angle of 143.33º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E5CF is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 207 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.10 |
| HSL | 143.33º | 0.41% | 0.83% | - |
| HSV(B) | 143.33º | 0.16% | 0.9% | - |
| XYZ | 61.27 | 71.88 | 69.68 | - |
| YUV | 215.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 207 | 0.16 | 0 | 0.10 | 0.10 | 143.33 | 0.41 | 0.83 |
| Hex | C1 | E5 | CF | 10 | 0 | A | A | 8F | 29 | 53 |
| Octal | 301 | 345 | 317 | 20 | 0 | 12 | 12 | 217 | 51 | 123 |
| Binary | 11000001 | 11100101 | 11001111 | 10000 | 0 | 1010 | 1010 | 10001111 | 101001 | 1010011 |
Color Harmonies of #C1E5CF
Complementary color
Monochromatic Colors of #C1E5CF
Black with #C1E5CF
Text Example
Text Example
White with #C1E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E5CF; }
p { color: rgb(193,229,207); }
H1.HeaderClassName
{
color: #C1E5CF;
}
.AnyTagClassName
{
color: #C1E5CF;
}
</style>
background-color css
<style>
a { background-color: #C1E5CF; }
a { background-color: rgb(193,229,207); }
div.DivClassName
{
background-color: #C1E5CF;
}
.BgClassName
{
background-color: #C1E5CF;
}
</style>
border-color css
<style>
span { border-color: #C1E5CF; }
span { border-color: rgb(193,229,207); }
td.TdClassName
{
border-color: #C1E5CF;
}
.TagClassName
{
border-color: #C1E5CF;
}
</style>