Shades of Aero Blue #C3F4D6
Tints of Aero Blue #C3F4D6
RGB
CMYK
RGB Variations
Color information
#C3F4D6 (or 0xC3F4D6) is known color: Aero Blue. HEX triplet: C3, F4 and D6. RGB value is (195,244,214). Sum of RGB (Red+Green+Blue) = 195+244+214=653 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.86% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #C3F4D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F4D6 is #3C0B29. Grayscale: #E1E1E1. Windows color (decimal): -3935018 or 14087363. OLE color: 14087363.
HSL color Cylindrical-coordinate representation of color #C3F4D6: hue angle of 143.27º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3F4D6 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 244 | 214 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.04 |
| HSL | 143.27º | 0.69% | 0.86% | - |
| HSV(B) | 143.27º | 0.2% | 0.96% | - |
| XYZ | 66.99 | 81.16 | 75.75 | - |
| YUV | 225.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 244 | 214 | 0.20 | 0 | 0.12 | 0.04 | 143.27 | 0.69 | 0.86 |
| Hex | C3 | F4 | D6 | 14 | 0 | C | 4 | 8F | 45 | 56 |
| Octal | 303 | 364 | 326 | 24 | 0 | 14 | 4 | 217 | 105 | 126 |
| Binary | 11000011 | 11110100 | 11010110 | 10100 | 0 | 1100 | 100 | 10001111 | 1000101 | 1010110 |
Color Harmonies of #C3F4D6
Complementary color
Monochromatic Colors of #C3F4D6
Black with #C3F4D6
Text Example
Text Example
White with #C3F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F4D6; }
p { color: rgb(195,244,214); }
H1.HeaderClassName
{
color: #C3F4D6;
}
.AnyTagClassName
{
color: #C3F4D6;
}
</style>
background-color css
<style>
a { background-color: #C3F4D6; }
a { background-color: rgb(195,244,214); }
div.DivClassName
{
background-color: #C3F4D6;
}
.BgClassName
{
background-color: #C3F4D6;
}
</style>
border-color css
<style>
span { border-color: #C3F4D6; }
span { border-color: rgb(195,244,214); }
td.TdClassName
{
border-color: #C3F4D6;
}
.TagClassName
{
border-color: #C3F4D6;
}
</style>