Shades of Aero Blue #C8DCD1
Tints of Aero Blue #C8DCD1
RGB
CMYK
RGB Variations
Color information
#C8DCD1 (or 0xC8DCD1) is known color: Aero Blue. HEX triplet: C8, DC and D1. RGB value is (200,220,209). Sum of RGB (Red+Green+Blue) = 200+220+209=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCD1 is #37232E. Grayscale: #D4D4D4. Windows color (decimal): -3613487 or 13753544. OLE color: 13753544.
HSL color Cylindrical-coordinate representation of color #C8DCD1: hue angle of 147º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DCD1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 220 | 209 | - |
CMYK | 0.09 | 0 | 0.05 | 0.14 |
HSL | 147º | 0.22% | 0.82% | - |
HSV(B) | 147º | 0.09% | 0.86% | - |
XYZ | 60.92 | 68.07 | 70.25 | - |
YUV | 212.77 | 125.87 | 118.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 209 | 0.09 | 0 | 0.05 | 0.14 | 147 | 0.22 | 0.82 |
Hex | C8 | DC | D1 | 9 | 0 | 5 | E | 93 | 16 | 52 |
Octal | 310 | 334 | 321 | 11 | 0 | 5 | 16 | 223 | 26 | 122 |
Binary | 11001000 | 11011100 | 11010001 | 1001 | 0 | 101 | 1110 | 10010011 | 10110 | 1010010 |
Color Harmonies of #C8DCD1
Complementary color
Monochromatic Colors of #C8DCD1
Black with #C8DCD1
Text Example
Text Example
White with #C8DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCD1; }
p { color: rgb(200,220,209); }
H1.HeaderClassName
{
color: #C8DCD1;
}
.AnyTagClassName
{
color: #C8DCD1;
}
</style>
background-color css
<style>
a { background-color: #C8DCD1; }
a { background-color: rgb(200,220,209); }
div.DivClassName
{
background-color: #C8DCD1;
}
.BgClassName
{
background-color: #C8DCD1;
}
</style>
border-color css
<style>
span { border-color: #C8DCD1; }
span { border-color: rgb(200,220,209); }
td.TdClassName
{
border-color: #C8DCD1;
}
.TagClassName
{
border-color: #C8DCD1;
}
</style>