Shades of Aero Blue #C7DAD0
Tints of Aero Blue #C7DAD0
RGB
CMYK
RGB Variations
Color information
#C7DAD0 (or 0xC7DAD0) is known color: Aero Blue. HEX triplet: C7, DA and D0. RGB value is (199,218,208). Sum of RGB (Red+Green+Blue) = 199+218+208=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DAD0 is #38252F. Grayscale: #D3D3D3. Windows color (decimal): -3679536 or 13687495. OLE color: 13687495.
HSL color Cylindrical-coordinate representation of color #C7DAD0: hue angle of 148.42º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7DAD0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 218 | 208 | - |
CMYK | 0.09 | 0 | 0.05 | 0.15 |
HSL | 148.42º | 0.2% | 0.82% | - |
HSV(B) | 148.42º | 0.09% | 0.85% | - |
XYZ | 60.01 | 66.84 | 69.41 | - |
YUV | 211.18 | 126.21 | 119.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 218 | 208 | 0.09 | 0 | 0.05 | 0.15 | 148.42 | 0.2 | 0.82 |
Hex | C7 | DA | D0 | 9 | 0 | 5 | F | 94 | 14 | 52 |
Octal | 307 | 332 | 320 | 11 | 0 | 5 | 17 | 224 | 24 | 122 |
Binary | 11000111 | 11011010 | 11010000 | 1001 | 0 | 101 | 1111 | 10010100 | 10100 | 1010010 |
Color Harmonies of #C7DAD0
Complementary color
Monochromatic Colors of #C7DAD0
Black with #C7DAD0
Text Example
Text Example
White with #C7DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DAD0; }
p { color: rgb(199,218,208); }
H1.HeaderClassName
{
color: #C7DAD0;
}
.AnyTagClassName
{
color: #C7DAD0;
}
</style>
background-color css
<style>
a { background-color: #C7DAD0; }
a { background-color: rgb(199,218,208); }
div.DivClassName
{
background-color: #C7DAD0;
}
.BgClassName
{
background-color: #C7DAD0;
}
</style>
border-color css
<style>
span { border-color: #C7DAD0; }
span { border-color: rgb(199,218,208); }
td.TdClassName
{
border-color: #C7DAD0;
}
.TagClassName
{
border-color: #C7DAD0;
}
</style>