Shades of Aero Blue #C6DDD0
Tints of Aero Blue #C6DDD0
RGB
CMYK
RGB Variations
Color information
#C6DDD0 (or 0xC6DDD0) is known color: Aero Blue. HEX triplet: C6, DD and D0. RGB value is (198,221,208). Sum of RGB (Red+Green+Blue) = 198+221+208=627 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.58% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDD0 is #39222F. Grayscale: #D4D4D4. Windows color (decimal): -3744304 or 13688262. OLE color: 13688262.
HSL color Cylindrical-coordinate representation of color #C6DDD0: hue angle of 146.09º 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 #C6DDD0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 221 | 208 | - |
CMYK | 0.10 | 0 | 0.06 | 0.13 |
HSL | 146.09º | 0.25% | 0.82% | - |
HSV(B) | 146.09º | 0.1% | 0.87% | - |
XYZ | 60.53 | 68.27 | 69.66 | - |
YUV | 212.64 | 125.38 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 221 | 208 | 0.10 | 0 | 0.06 | 0.13 | 146.09 | 0.25 | 0.82 |
Hex | C6 | DD | D0 | A | 0 | 6 | D | 92 | 19 | 52 |
Octal | 306 | 335 | 320 | 12 | 0 | 6 | 15 | 222 | 31 | 122 |
Binary | 11000110 | 11011101 | 11010000 | 1010 | 0 | 110 | 1101 | 10010010 | 11001 | 1010010 |
Color Harmonies of #C6DDD0
Complementary color
Monochromatic Colors of #C6DDD0
Black with #C6DDD0
Text Example
Text Example
White with #C6DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDD0; }
p { color: rgb(198,221,208); }
H1.HeaderClassName
{
color: #C6DDD0;
}
.AnyTagClassName
{
color: #C6DDD0;
}
</style>
background-color css
<style>
a { background-color: #C6DDD0; }
a { background-color: rgb(198,221,208); }
div.DivClassName
{
background-color: #C6DDD0;
}
.BgClassName
{
background-color: #C6DDD0;
}
</style>
border-color css
<style>
span { border-color: #C6DDD0; }
span { border-color: rgb(198,221,208); }
td.TdClassName
{
border-color: #C6DDD0;
}
.TagClassName
{
border-color: #C6DDD0;
}
</style>