Shades of Aero Blue #C6DFD0
Tints of Aero Blue #C6DFD0
RGB
CMYK
RGB Variations
Color information
#C6DFD0 (or 0xC6DFD0) is known color: Aero Blue. HEX triplet: C6, DF and D0. RGB value is (198,223,208). Sum of RGB (Red+Green+Blue) = 198+223+208=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFD0 is #39202F. Grayscale: #D5D5D5. Windows color (decimal): -3743792 or 13688774. OLE color: 13688774.
HSL color Cylindrical-coordinate representation of color #C6DFD0: hue angle of 144º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DFD0 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 208 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.13 |
| HSL | 144º | 0.28% | 0.83% | - |
| HSV(B) | 144º | 0.11% | 0.87% | - |
| XYZ | 61.06 | 69.34 | 69.84 | - |
| YUV | 213.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 208 | 0.11 | 0 | 0.07 | 0.13 | 144 | 0.28 | 0.83 |
| Hex | C6 | DF | D0 | B | 0 | 7 | D | 90 | 1C | 53 |
| Octal | 306 | 337 | 320 | 13 | 0 | 7 | 15 | 220 | 34 | 123 |
| Binary | 11000110 | 11011111 | 11010000 | 1011 | 0 | 111 | 1101 | 10010000 | 11100 | 1010011 |
Color Harmonies of #C6DFD0
Complementary color
Monochromatic Colors of #C6DFD0
Black with #C6DFD0
Text Example
Text Example
White with #C6DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DFD0; }
p { color: rgb(198,223,208); }
H1.HeaderClassName
{
color: #C6DFD0;
}
.AnyTagClassName
{
color: #C6DFD0;
}
</style>
background-color css
<style>
a { background-color: #C6DFD0; }
a { background-color: rgb(198,223,208); }
div.DivClassName
{
background-color: #C6DFD0;
}
.BgClassName
{
background-color: #C6DFD0;
}
</style>
border-color css
<style>
span { border-color: #C6DFD0; }
span { border-color: rgb(198,223,208); }
td.TdClassName
{
border-color: #C6DFD0;
}
.TagClassName
{
border-color: #C6DFD0;
}
</style>