Shades of Aero Blue #C3F2D8
Tints of Aero Blue #C3F2D8
RGB
CMYK
RGB Variations
Color information
#C3F2D8 (or 0xC3F2D8) is known color: Aero Blue. HEX triplet: C3, F2 and D8. RGB value is (195,242,216). Sum of RGB (Red+Green+Blue) = 195+242+216=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2D8 is #3C0D27. Grayscale: #E1E1E1. Windows color (decimal): -3935528 or 14217923. OLE color: 14217923.
HSL color Cylindrical-coordinate representation of color #C3F2D8: hue angle of 146.81º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2D8 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 216 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.05 |
| HSL | 146.81º | 0.64% | 0.86% | - |
| HSV(B) | 146.81º | 0.19% | 0.95% | - |
| XYZ | 66.65 | 80.06 | 76.91 | - |
| YUV | 224.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 216 | 0.19 | 0 | 0.11 | 0.05 | 146.81 | 0.64 | 0.86 |
| Hex | C3 | F2 | D8 | 13 | 0 | B | 5 | 93 | 40 | 56 |
| Octal | 303 | 362 | 330 | 23 | 0 | 13 | 5 | 223 | 100 | 126 |
| Binary | 11000011 | 11110010 | 11011000 | 10011 | 0 | 1011 | 101 | 10010011 | 1000000 | 1010110 |
Color Harmonies of #C3F2D8
Complementary color
Monochromatic Colors of #C3F2D8
Black with #C3F2D8
Text Example
Text Example
White with #C3F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F2D8; }
p { color: rgb(195,242,216); }
H1.HeaderClassName
{
color: #C3F2D8;
}
.AnyTagClassName
{
color: #C3F2D8;
}
</style>
background-color css
<style>
a { background-color: #C3F2D8; }
a { background-color: rgb(195,242,216); }
div.DivClassName
{
background-color: #C3F2D8;
}
.BgClassName
{
background-color: #C3F2D8;
}
</style>
border-color css
<style>
span { border-color: #C3F2D8; }
span { border-color: rgb(195,242,216); }
td.TdClassName
{
border-color: #C3F2D8;
}
.TagClassName
{
border-color: #C3F2D8;
}
</style>