Shades of Aero Blue #C7DDD1
Tints of Aero Blue #C7DDD1
RGB
CMYK
RGB Variations
Color information
#C7DDD1 (or 0xC7DDD1) is known color: Aero Blue. HEX triplet: C7, DD and D1. RGB value is (199,221,209). Sum of RGB (Red+Green+Blue) = 199+221+209=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDD1 is #38222E. Grayscale: #D5D5D5. Windows color (decimal): -3678767 or 13753799. OLE color: 13753799.
HSL color Cylindrical-coordinate representation of color #C7DDD1: hue angle of 147.27º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7DDD1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 221 | 209 | - |
CMYK | 0.10 | 0 | 0.05 | 0.13 |
HSL | 147.27º | 0.24% | 0.82% | - |
HSV(B) | 147.27º | 0.1% | 0.87% | - |
XYZ | 60.92 | 68.46 | 70.32 | - |
YUV | 213.05 | 125.71 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 209 | 0.10 | 0 | 0.05 | 0.13 | 147.27 | 0.24 | 0.82 |
Hex | C7 | DD | D1 | A | 0 | 5 | D | 93 | 18 | 52 |
Octal | 307 | 335 | 321 | 12 | 0 | 5 | 15 | 223 | 30 | 122 |
Binary | 11000111 | 11011101 | 11010001 | 1010 | 0 | 101 | 1101 | 10010011 | 11000 | 1010010 |
Color Harmonies of #C7DDD1
Complementary color
Monochromatic Colors of #C7DDD1
Black with #C7DDD1
Text Example
Text Example
White with #C7DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDD1; }
p { color: rgb(199,221,209); }
H1.HeaderClassName
{
color: #C7DDD1;
}
.AnyTagClassName
{
color: #C7DDD1;
}
</style>
background-color css
<style>
a { background-color: #C7DDD1; }
a { background-color: rgb(199,221,209); }
div.DivClassName
{
background-color: #C7DDD1;
}
.BgClassName
{
background-color: #C7DDD1;
}
</style>
border-color css
<style>
span { border-color: #C7DDD1; }
span { border-color: rgb(199,221,209); }
td.TdClassName
{
border-color: #C7DDD1;
}
.TagClassName
{
border-color: #C7DDD1;
}
</style>