Shades of Aero Blue #C6DED2
Tints of Aero Blue #C6DED2
RGB
CMYK
RGB Variations
Color information
#C6DED2 (or 0xC6DED2) is known color: Aero Blue. HEX triplet: C6, DE and D2. RGB value is (198,222,210). Sum of RGB (Red+Green+Blue) = 198+222+210=630 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.43% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DED2 is #39212D. Grayscale: #D5D5D5. Windows color (decimal): -3744046 or 13819590. OLE color: 13819590.
HSL color Cylindrical-coordinate representation of color #C6DED2: hue angle of 150º 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 #C6DED2 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 222 | 210 | - |
CMYK | 0.11 | 0 | 0.05 | 0.13 |
HSL | 150º | 0.27% | 0.82% | - |
HSV(B) | 150º | 0.11% | 0.87% | - |
XYZ | 61.04 | 68.9 | 71.05 | - |
YUV | 213.46 | 126.05 | 116.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 222 | 210 | 0.11 | 0 | 0.05 | 0.13 | 150 | 0.27 | 0.82 |
Hex | C6 | DE | D2 | B | 0 | 5 | D | 96 | 1B | 52 |
Octal | 306 | 336 | 322 | 13 | 0 | 5 | 15 | 226 | 33 | 122 |
Binary | 11000110 | 11011110 | 11010010 | 1011 | 0 | 101 | 1101 | 10010110 | 11011 | 1010010 |
Color Harmonies of #C6DED2
Complementary color
Monochromatic Colors of #C6DED2
Black with #C6DED2
Text Example
Text Example
White with #C6DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DED2; }
p { color: rgb(198,222,210); }
H1.HeaderClassName
{
color: #C6DED2;
}
.AnyTagClassName
{
color: #C6DED2;
}
</style>
background-color css
<style>
a { background-color: #C6DED2; }
a { background-color: rgb(198,222,210); }
div.DivClassName
{
background-color: #C6DED2;
}
.BgClassName
{
background-color: #C6DED2;
}
</style>
border-color css
<style>
span { border-color: #C6DED2; }
span { border-color: rgb(198,222,210); }
td.TdClassName
{
border-color: #C6DED2;
}
.TagClassName
{
border-color: #C6DED2;
}
</style>