Shades of Aero Blue #C8D9D0
Tints of Aero Blue #C8D9D0
RGB
CMYK
RGB Variations
Color information
#C8D9D0 (or 0xC8D9D0) is known color: Aero Blue. HEX triplet: C8, D9 and D0. RGB value is (200,217,208). Sum of RGB (Red+Green+Blue) = 200+217+208=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9D0 is #37262F. Grayscale: #D2D2D2. Windows color (decimal): -3614256 or 13687240. OLE color: 13687240.
HSL color Cylindrical-coordinate representation of color #C8D9D0: hue angle of 148.24º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8D9D0 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 217 | 208 | - |
CMYK | 0.08 | 0 | 0.04 | 0.15 |
HSL | 148.24º | 0.18% | 0.82% | - |
HSV(B) | 148.24º | 0.08% | 0.85% | - |
XYZ | 60.02 | 66.46 | 69.34 | - |
YUV | 210.89 | 126.37 | 120.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 217 | 208 | 0.08 | 0 | 0.04 | 0.15 | 148.24 | 0.18 | 0.82 |
Hex | C8 | D9 | D0 | 8 | 0 | 4 | F | 94 | 12 | 52 |
Octal | 310 | 331 | 320 | 10 | 0 | 4 | 17 | 224 | 22 | 122 |
Binary | 11001000 | 11011001 | 11010000 | 1000 | 0 | 100 | 1111 | 10010100 | 10010 | 1010010 |
Color Harmonies of #C8D9D0
Complementary color
Monochromatic Colors of #C8D9D0
Black with #C8D9D0
Text Example
Text Example
White with #C8D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D9D0; }
p { color: rgb(200,217,208); }
H1.HeaderClassName
{
color: #C8D9D0;
}
.AnyTagClassName
{
color: #C8D9D0;
}
</style>
background-color css
<style>
a { background-color: #C8D9D0; }
a { background-color: rgb(200,217,208); }
div.DivClassName
{
background-color: #C8D9D0;
}
.BgClassName
{
background-color: #C8D9D0;
}
</style>
border-color css
<style>
span { border-color: #C8D9D0; }
span { border-color: rgb(200,217,208); }
td.TdClassName
{
border-color: #C8D9D0;
}
.TagClassName
{
border-color: #C8D9D0;
}
</style>