Shades of Aero Blue #C3DBCD
Tints of Aero Blue #C3DBCD
RGB
CMYK
RGB Variations
Color information
#C3DBCD (or 0xC3DBCD) is known color: Aero Blue. HEX triplet: C3, DB and CD. RGB value is (195,219,205). Sum of RGB (Red+Green+Blue) = 195+219+205=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBCD is #3C2432. Grayscale: #D2D2D2. Windows color (decimal): -3941427 or 13491139. OLE color: 13491139.
HSL color Cylindrical-coordinate representation of color #C3DBCD: hue angle of 145º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DBCD is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 205 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.14 |
| HSL | 145º | 0.25% | 0.81% | - |
| HSV(B) | 145º | 0.11% | 0.86% | - |
| XYZ | 58.86 | 66.67 | 67.52 | - |
| YUV | 210.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 205 | 0.11 | 0 | 0.06 | 0.14 | 145 | 0.25 | 0.81 |
| Hex | C3 | DB | CD | B | 0 | 6 | E | 91 | 19 | 51 |
| Octal | 303 | 333 | 315 | 13 | 0 | 6 | 16 | 221 | 31 | 121 |
| Binary | 11000011 | 11011011 | 11001101 | 1011 | 0 | 110 | 1110 | 10010001 | 11001 | 1010001 |
Color Harmonies of #C3DBCD
Complementary color
Monochromatic Colors of #C3DBCD
Black with #C3DBCD
Text Example
Text Example
White with #C3DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBCD; }
p { color: rgb(195,219,205); }
H1.HeaderClassName
{
color: #C3DBCD;
}
.AnyTagClassName
{
color: #C3DBCD;
}
</style>
background-color css
<style>
a { background-color: #C3DBCD; }
a { background-color: rgb(195,219,205); }
div.DivClassName
{
background-color: #C3DBCD;
}
.BgClassName
{
background-color: #C3DBCD;
}
</style>
border-color css
<style>
span { border-color: #C3DBCD; }
span { border-color: rgb(195,219,205); }
td.TdClassName
{
border-color: #C3DBCD;
}
.TagClassName
{
border-color: #C3DBCD;
}
</style>