Shades of Aero Blue #C3E6D5
Tints of Aero Blue #C3E6D5
RGB
CMYK
RGB Variations
Color information
#C3E6D5 (or 0xC3E6D5) is known color: Aero Blue. HEX triplet: C3, E6 and D5. RGB value is (195,230,213). Sum of RGB (Red+Green+Blue) = 195+230+213=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E6D5 is #3C192A. Grayscale: #D9D9D9. Windows color (decimal): -3938603 or 14018243. OLE color: 14018243.
HSL color Cylindrical-coordinate representation of color #C3E6D5: hue angle of 150.86º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3E6D5 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 213 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.10 |
| HSL | 150.86º | 0.41% | 0.83% | - |
| HSV(B) | 150.86º | 0.15% | 0.9% | - |
| XYZ | 62.81 | 73 | 73.73 | - |
| YUV | 217.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 213 | 0.15 | 0 | 0.07 | 0.10 | 150.86 | 0.41 | 0.83 |
| Hex | C3 | E6 | D5 | F | 0 | 7 | A | 97 | 29 | 53 |
| Octal | 303 | 346 | 325 | 17 | 0 | 7 | 12 | 227 | 51 | 123 |
| Binary | 11000011 | 11100110 | 11010101 | 1111 | 0 | 111 | 1010 | 10010111 | 101001 | 1010011 |
Color Harmonies of #C3E6D5
Complementary color
Monochromatic Colors of #C3E6D5
Black with #C3E6D5
Text Example
Text Example
White with #C3E6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E6D5; }
p { color: rgb(195,230,213); }
H1.HeaderClassName
{
color: #C3E6D5;
}
.AnyTagClassName
{
color: #C3E6D5;
}
</style>
background-color css
<style>
a { background-color: #C3E6D5; }
a { background-color: rgb(195,230,213); }
div.DivClassName
{
background-color: #C3E6D5;
}
.BgClassName
{
background-color: #C3E6D5;
}
</style>
border-color css
<style>
span { border-color: #C3E6D5; }
span { border-color: rgb(195,230,213); }
td.TdClassName
{
border-color: #C3E6D5;
}
.TagClassName
{
border-color: #C3E6D5;
}
</style>