Shades of Aero Blue #C3F1D5
Tints of Aero Blue #C3F1D5
RGB
CMYK
RGB Variations
Color information
#C3F1D5 (or 0xC3F1D5) is known color: Aero Blue. HEX triplet: C3, F1 and D5. RGB value is (195,241,213). Sum of RGB (Red+Green+Blue) = 195+241+213=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F1D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F1D5 is #3C0E2A. Grayscale: #E0E0E0. Windows color (decimal): -3935787 or 14021059. OLE color: 14021059.
HSL color Cylindrical-coordinate representation of color #C3F1D5: hue angle of 143.48º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F1D5 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 213 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.05 |
| HSL | 143.48º | 0.62% | 0.85% | - |
| HSV(B) | 143.48º | 0.19% | 0.95% | - |
| XYZ | 65.97 | 79.32 | 74.78 | - |
| YUV | 224.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 213 | 0.19 | 0 | 0.12 | 0.05 | 143.48 | 0.62 | 0.85 |
| Hex | C3 | F1 | D5 | 13 | 0 | C | 5 | 8F | 3E | 55 |
| Octal | 303 | 361 | 325 | 23 | 0 | 14 | 5 | 217 | 76 | 125 |
| Binary | 11000011 | 11110001 | 11010101 | 10011 | 0 | 1100 | 101 | 10001111 | 111110 | 1010101 |
Color Harmonies of #C3F1D5
Complementary color
Monochromatic Colors of #C3F1D5
Black with #C3F1D5
Text Example
Text Example
White with #C3F1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F1D5; }
p { color: rgb(195,241,213); }
H1.HeaderClassName
{
color: #C3F1D5;
}
.AnyTagClassName
{
color: #C3F1D5;
}
</style>
background-color css
<style>
a { background-color: #C3F1D5; }
a { background-color: rgb(195,241,213); }
div.DivClassName
{
background-color: #C3F1D5;
}
.BgClassName
{
background-color: #C3F1D5;
}
</style>
border-color css
<style>
span { border-color: #C3F1D5; }
span { border-color: rgb(195,241,213); }
td.TdClassName
{
border-color: #C3F1D5;
}
.TagClassName
{
border-color: #C3F1D5;
}
</style>