Shades of Aero Blue #C6DDD1
Tints of Aero Blue #C6DDD1
RGB
CMYK
RGB Variations
Color information
#C6DDD1 (or 0xC6DDD1) is known color: Aero Blue. HEX triplet: C6, DD and D1. RGB value is (198,221,209). Sum of RGB (Red+Green+Blue) = 198+221+209=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDD1 is #39222E. Grayscale: #D4D4D4. Windows color (decimal): -3744303 or 13753798. OLE color: 13753798.
HSL color Cylindrical-coordinate representation of color #C6DDD1: hue angle of 148.7º degrees, saturation: 0.25, 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 #C6DDD1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 221 | 209 | - |
CMYK | 0.10 | 0 | 0.05 | 0.13 |
HSL | 148.7º | 0.25% | 0.82% | - |
HSV(B) | 148.7º | 0.1% | 0.87% | - |
XYZ | 60.65 | 68.32 | 70.31 | - |
YUV | 212.76 | 125.88 | 117.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 221 | 209 | 0.10 | 0 | 0.05 | 0.13 | 148.7 | 0.25 | 0.82 |
Hex | C6 | DD | D1 | A | 0 | 5 | D | 95 | 19 | 52 |
Octal | 306 | 335 | 321 | 12 | 0 | 5 | 15 | 225 | 31 | 122 |
Binary | 11000110 | 11011101 | 11010001 | 1010 | 0 | 101 | 1101 | 10010101 | 11001 | 1010010 |
Color Harmonies of #C6DDD1
Complementary color
Monochromatic Colors of #C6DDD1
Black with #C6DDD1
Text Example
Text Example
White with #C6DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDD1; }
p { color: rgb(198,221,209); }
H1.HeaderClassName
{
color: #C6DDD1;
}
.AnyTagClassName
{
color: #C6DDD1;
}
</style>
background-color css
<style>
a { background-color: #C6DDD1; }
a { background-color: rgb(198,221,209); }
div.DivClassName
{
background-color: #C6DDD1;
}
.BgClassName
{
background-color: #C6DDD1;
}
</style>
border-color css
<style>
span { border-color: #C6DDD1; }
span { border-color: rgb(198,221,209); }
td.TdClassName
{
border-color: #C6DDD1;
}
.TagClassName
{
border-color: #C6DDD1;
}
</style>