Shades of Aero Blue #C4DDD1
Tints of Aero Blue #C4DDD1
RGB
CMYK
RGB Variations
Color information
#C4DDD1 (or 0xC4DDD1) is known color: Aero Blue. HEX triplet: C4, DD and D1. RGB value is (196,221,209). Sum of RGB (Red+Green+Blue) = 196+221+209=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDD1 is #3B222E. Grayscale: #D4D4D4. Windows color (decimal): -3875375 or 13753796. OLE color: 13753796.
HSL color Cylindrical-coordinate representation of color #C4DDD1: hue angle of 151.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DDD1 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 209 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.13 |
| HSL | 151.2º | 0.27% | 0.82% | - |
| HSV(B) | 151.2º | 0.11% | 0.87% | - |
| XYZ | 60.13 | 68.05 | 70.29 | - |
| YUV | 212.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 209 | 0.11 | 0 | 0.05 | 0.13 | 151.2 | 0.27 | 0.82 |
| Hex | C4 | DD | D1 | B | 0 | 5 | D | 97 | 1B | 52 |
| Octal | 304 | 335 | 321 | 13 | 0 | 5 | 15 | 227 | 33 | 122 |
| Binary | 11000100 | 11011101 | 11010001 | 1011 | 0 | 101 | 1101 | 10010111 | 11011 | 1010010 |
Color Harmonies of #C4DDD1
Complementary color
Monochromatic Colors of #C4DDD1
Black with #C4DDD1
Text Example
Text Example
White with #C4DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDD1; }
p { color: rgb(196,221,209); }
H1.HeaderClassName
{
color: #C4DDD1;
}
.AnyTagClassName
{
color: #C4DDD1;
}
</style>
background-color css
<style>
a { background-color: #C4DDD1; }
a { background-color: rgb(196,221,209); }
div.DivClassName
{
background-color: #C4DDD1;
}
.BgClassName
{
background-color: #C4DDD1;
}
</style>
border-color css
<style>
span { border-color: #C4DDD1; }
span { border-color: rgb(196,221,209); }
td.TdClassName
{
border-color: #C4DDD1;
}
.TagClassName
{
border-color: #C4DDD1;
}
</style>