Shades of Aero Blue #C3F3D7
Tints of Aero Blue #C3F3D7
RGB
CMYK
RGB Variations
Color information
#C3F3D7 (or 0xC3F3D7) is known color: Aero Blue. HEX triplet: C3, F3 and D7. RGB value is (195,243,215). Sum of RGB (Red+Green+Blue) = 195+243+215=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F3D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F3D7 is #3C0C28. Grayscale: #E1E1E1. Windows color (decimal): -3935273 or 14152643. OLE color: 14152643.
HSL color Cylindrical-coordinate representation of color #C3F3D7: hue angle of 145º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3F3D7 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 215 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.05 |
| HSL | 145º | 0.67% | 0.86% | - |
| HSV(B) | 145º | 0.2% | 0.95% | - |
| XYZ | 66.82 | 80.61 | 76.33 | - |
| YUV | 225.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 215 | 0.20 | 0 | 0.12 | 0.05 | 145 | 0.67 | 0.86 |
| Hex | C3 | F3 | D7 | 14 | 0 | C | 5 | 91 | 43 | 56 |
| Octal | 303 | 363 | 327 | 24 | 0 | 14 | 5 | 221 | 103 | 126 |
| Binary | 11000011 | 11110011 | 11010111 | 10100 | 0 | 1100 | 101 | 10010001 | 1000011 | 1010110 |
Color Harmonies of #C3F3D7
Complementary color
Monochromatic Colors of #C3F3D7
Black with #C3F3D7
Text Example
Text Example
White with #C3F3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F3D7; }
p { color: rgb(195,243,215); }
H1.HeaderClassName
{
color: #C3F3D7;
}
.AnyTagClassName
{
color: #C3F3D7;
}
</style>
background-color css
<style>
a { background-color: #C3F3D7; }
a { background-color: rgb(195,243,215); }
div.DivClassName
{
background-color: #C3F3D7;
}
.BgClassName
{
background-color: #C3F3D7;
}
</style>
border-color css
<style>
span { border-color: #C3F3D7; }
span { border-color: rgb(195,243,215); }
td.TdClassName
{
border-color: #C3F3D7;
}
.TagClassName
{
border-color: #C3F3D7;
}
</style>