Shades of Aero Blue #C3F1D9
Tints of Aero Blue #C3F1D9
RGB
CMYK
RGB Variations
Color information
#C3F1D9 (or 0xC3F1D9) is known color: Aero Blue. HEX triplet: C3, F1 and D9. RGB value is (195,241,217). Sum of RGB (Red+Green+Blue) = 195+241+217=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F1D9 is #3C0E26. Grayscale: #E0E0E0. Windows color (decimal): -3935783 or 14283203. OLE color: 14283203.
HSL color Cylindrical-coordinate representation of color #C3F1D9: hue angle of 148.7º 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 #C3F1D9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 217 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.05 |
| HSL | 148.7º | 0.62% | 0.85% | - |
| HSV(B) | 148.7º | 0.19% | 0.95% | - |
| XYZ | 66.49 | 79.52 | 77.49 | - |
| YUV | 224.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 217 | 0.19 | 0 | 0.10 | 0.05 | 148.7 | 0.62 | 0.85 |
| Hex | C3 | F1 | D9 | 13 | 0 | A | 5 | 95 | 3E | 55 |
| Octal | 303 | 361 | 331 | 23 | 0 | 12 | 5 | 225 | 76 | 125 |
| Binary | 11000011 | 11110001 | 11011001 | 10011 | 0 | 1010 | 101 | 10010101 | 111110 | 1010101 |
Color Harmonies of #C3F1D9
Complementary color
Monochromatic Colors of #C3F1D9
Black with #C3F1D9
Text Example
Text Example
White with #C3F1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F1D9; }
p { color: rgb(195,241,217); }
H1.HeaderClassName
{
color: #C3F1D9;
}
.AnyTagClassName
{
color: #C3F1D9;
}
</style>
background-color css
<style>
a { background-color: #C3F1D9; }
a { background-color: rgb(195,241,217); }
div.DivClassName
{
background-color: #C3F1D9;
}
.BgClassName
{
background-color: #C3F1D9;
}
</style>
border-color css
<style>
span { border-color: #C3F1D9; }
span { border-color: rgb(195,241,217); }
td.TdClassName
{
border-color: #C3F1D9;
}
.TagClassName
{
border-color: #C3F1D9;
}
</style>