Shades of Aero Blue #C3E0D1
Tints of Aero Blue #C3E0D1
RGB
CMYK
RGB Variations
Color information
#C3E0D1 (or 0xC3E0D1) is known color: Aero Blue. HEX triplet: C3, E0 and D1. RGB value is (195,224,209). Sum of RGB (Red+Green+Blue) = 195+224+209=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E0D1 is #3C1F2E. Grayscale: #D5D5D5. Windows color (decimal): -3940143 or 13754563. OLE color: 13754563.
HSL color Cylindrical-coordinate representation of color #C3E0D1: hue angle of 148.97º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3E0D1 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 224 | 209 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.12 |
| HSL | 148.97º | 0.32% | 0.82% | - |
| HSV(B) | 148.97º | 0.13% | 0.88% | - |
| XYZ | 60.67 | 69.52 | 70.54 | - |
| YUV | 213.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 224 | 209 | 0.13 | 0 | 0.07 | 0.12 | 148.97 | 0.32 | 0.82 |
| Hex | C3 | E0 | D1 | D | 0 | 7 | C | 95 | 20 | 52 |
| Octal | 303 | 340 | 321 | 15 | 0 | 7 | 14 | 225 | 40 | 122 |
| Binary | 11000011 | 11100000 | 11010001 | 1101 | 0 | 111 | 1100 | 10010101 | 100000 | 1010010 |
Color Harmonies of #C3E0D1
Complementary color
Monochromatic Colors of #C3E0D1
Black with #C3E0D1
Text Example
Text Example
White with #C3E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E0D1; }
p { color: rgb(195,224,209); }
H1.HeaderClassName
{
color: #C3E0D1;
}
.AnyTagClassName
{
color: #C3E0D1;
}
</style>
background-color css
<style>
a { background-color: #C3E0D1; }
a { background-color: rgb(195,224,209); }
div.DivClassName
{
background-color: #C3E0D1;
}
.BgClassName
{
background-color: #C3E0D1;
}
</style>
border-color css
<style>
span { border-color: #C3E0D1; }
span { border-color: rgb(195,224,209); }
td.TdClassName
{
border-color: #C3E0D1;
}
.TagClassName
{
border-color: #C3E0D1;
}
</style>