Shades of Aero Blue #C6DFD2
Tints of Aero Blue #C6DFD2
RGB
CMYK
RGB Variations
Color information
#C6DFD2 (or 0xC6DFD2) is known color: Aero Blue. HEX triplet: C6, DF and D2. RGB value is (198,223,210). Sum of RGB (Red+Green+Blue) = 198+223+210=631 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.38% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DFD2 is #39202D. Grayscale: #D6D6D6. Windows color (decimal): -3743790 or 13819846. OLE color: 13819846.
HSL color Cylindrical-coordinate representation of color #C6DFD2: hue angle of 148.8º 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 #C6DFD2 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 210 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.13 |
| HSL | 148.8º | 0.28% | 0.83% | - |
| HSV(B) | 148.8º | 0.11% | 0.87% | - |
| XYZ | 61.31 | 69.43 | 71.14 | - |
| YUV | 214.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 210 | 0.11 | 0 | 0.06 | 0.13 | 148.8 | 0.28 | 0.83 |
| Hex | C6 | DF | D2 | B | 0 | 6 | D | 95 | 1C | 53 |
| Octal | 306 | 337 | 322 | 13 | 0 | 6 | 15 | 225 | 34 | 123 |
| Binary | 11000110 | 11011111 | 11010010 | 1011 | 0 | 110 | 1101 | 10010101 | 11100 | 1010011 |
Color Harmonies of #C6DFD2
Complementary color
Monochromatic Colors of #C6DFD2
Black with #C6DFD2
Text Example
Text Example
White with #C6DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DFD2; }
p { color: rgb(198,223,210); }
H1.HeaderClassName
{
color: #C6DFD2;
}
.AnyTagClassName
{
color: #C6DFD2;
}
</style>
background-color css
<style>
a { background-color: #C6DFD2; }
a { background-color: rgb(198,223,210); }
div.DivClassName
{
background-color: #C6DFD2;
}
.BgClassName
{
background-color: #C6DFD2;
}
</style>
border-color css
<style>
span { border-color: #C6DFD2; }
span { border-color: rgb(198,223,210); }
td.TdClassName
{
border-color: #C6DFD2;
}
.TagClassName
{
border-color: #C6DFD2;
}
</style>