Shades of Aero Blue #C3F2D7
Tints of Aero Blue #C3F2D7
RGB
CMYK
RGB Variations
Color information
#C3F2D7 (or 0xC3F2D7) is known color: Aero Blue. HEX triplet: C3, F2 and D7. RGB value is (195,242,215). Sum of RGB (Red+Green+Blue) = 195+242+215=652 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.91% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2D7 is #3C0D28. Grayscale: #E0E0E0. Windows color (decimal): -3935529 or 14152387. OLE color: 14152387.
HSL color Cylindrical-coordinate representation of color #C3F2D7: hue angle of 145.53º 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 #C3F2D7 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 215 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.05 |
| HSL | 145.53º | 0.64% | 0.86% | - |
| HSV(B) | 145.53º | 0.19% | 0.95% | - |
| XYZ | 66.52 | 80.01 | 76.23 | - |
| YUV | 224.87 | 122.43 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 215 | 0.19 | 0 | 0.11 | 0.05 | 145.53 | 0.64 | 0.86 |
| Hex | C3 | F2 | D7 | 13 | 0 | B | 5 | 92 | 40 | 56 |
| Octal | 303 | 362 | 327 | 23 | 0 | 13 | 5 | 222 | 100 | 126 |
| Binary | 11000011 | 11110010 | 11010111 | 10011 | 0 | 1011 | 101 | 10010010 | 1000000 | 1010110 |
Color Harmonies of #C3F2D7
Complementary color
Monochromatic Colors of #C3F2D7
Black with #C3F2D7
Text Example
Text Example
White with #C3F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F2D7; }
p { color: rgb(195,242,215); }
H1.HeaderClassName
{
color: #C3F2D7;
}
.AnyTagClassName
{
color: #C3F2D7;
}
</style>
background-color css
<style>
a { background-color: #C3F2D7; }
a { background-color: rgb(195,242,215); }
div.DivClassName
{
background-color: #C3F2D7;
}
.BgClassName
{
background-color: #C3F2D7;
}
</style>
border-color css
<style>
span { border-color: #C3F2D7; }
span { border-color: rgb(195,242,215); }
td.TdClassName
{
border-color: #C3F2D7;
}
.TagClassName
{
border-color: #C3F2D7;
}
</style>