Shades of Aero Blue #C6DBD0
Tints of Aero Blue #C6DBD0
RGB
CMYK
RGB Variations
Color information
#C6DBD0 (or 0xC6DBD0) is known color: Aero Blue. HEX triplet: C6, DB and D0. RGB value is (198,219,208). Sum of RGB (Red+Green+Blue) = 198+219+208=625 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.68% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBD0 is #39242F. Grayscale: #D3D3D3. Windows color (decimal): -3744816 or 13687750. OLE color: 13687750.
HSL color Cylindrical-coordinate representation of color #C6DBD0: hue angle of 148.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6DBD0 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 219 | 208 | - |
CMYK | 0.10 | 0 | 0.05 | 0.14 |
HSL | 148.57º | 0.23% | 0.82% | - |
HSV(B) | 148.57º | 0.1% | 0.86% | - |
XYZ | 60.01 | 67.22 | 69.49 | - |
YUV | 211.47 | 126.04 | 118.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 219 | 208 | 0.10 | 0 | 0.05 | 0.14 | 148.57 | 0.23 | 0.82 |
Hex | C6 | DB | D0 | A | 0 | 5 | E | 95 | 17 | 52 |
Octal | 306 | 333 | 320 | 12 | 0 | 5 | 16 | 225 | 27 | 122 |
Binary | 11000110 | 11011011 | 11010000 | 1010 | 0 | 101 | 1110 | 10010101 | 10111 | 1010010 |
Color Harmonies of #C6DBD0
Complementary color
Monochromatic Colors of #C6DBD0
Black with #C6DBD0
Text Example
Text Example
White with #C6DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBD0; }
p { color: rgb(198,219,208); }
H1.HeaderClassName
{
color: #C6DBD0;
}
.AnyTagClassName
{
color: #C6DBD0;
}
</style>
background-color css
<style>
a { background-color: #C6DBD0; }
a { background-color: rgb(198,219,208); }
div.DivClassName
{
background-color: #C6DBD0;
}
.BgClassName
{
background-color: #C6DBD0;
}
</style>
border-color css
<style>
span { border-color: #C6DBD0; }
span { border-color: rgb(198,219,208); }
td.TdClassName
{
border-color: #C6DBD0;
}
.TagClassName
{
border-color: #C6DBD0;
}
</style>