Shades of Aero Blue #C8DAD1
Tints of Aero Blue #C8DAD1
RGB
CMYK
RGB Variations
Color information
#C8DAD1 (or 0xC8DAD1) is known color: Aero Blue. HEX triplet: C8, DA and D1. RGB value is (200,218,209). Sum of RGB (Red+Green+Blue) = 200+218+209=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DAD1 is #37252E. Grayscale: #D3D3D3. Windows color (decimal): -3613999 or 13753032. OLE color: 13753032.
HSL color Cylindrical-coordinate representation of color #C8DAD1: hue angle of 150º degrees, saturation: 0.2, 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 #C8DAD1 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 218 | 209 | - |
CMYK | 0.08 | 0 | 0.04 | 0.15 |
HSL | 150º | 0.2% | 0.82% | - |
HSV(B) | 150º | 0.08% | 0.85% | - |
XYZ | 60.4 | 67.03 | 70.08 | - |
YUV | 211.59 | 126.54 | 119.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 209 | 0.08 | 0 | 0.04 | 0.15 | 150 | 0.2 | 0.82 |
Hex | C8 | DA | D1 | 8 | 0 | 4 | F | 96 | 14 | 52 |
Octal | 310 | 332 | 321 | 10 | 0 | 4 | 17 | 226 | 24 | 122 |
Binary | 11001000 | 11011010 | 11010001 | 1000 | 0 | 100 | 1111 | 10010110 | 10100 | 1010010 |
Color Harmonies of #C8DAD1
Complementary color
Monochromatic Colors of #C8DAD1
Black with #C8DAD1
Text Example
Text Example
White with #C8DAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAD1; }
p { color: rgb(200,218,209); }
H1.HeaderClassName
{
color: #C8DAD1;
}
.AnyTagClassName
{
color: #C8DAD1;
}
</style>
background-color css
<style>
a { background-color: #C8DAD1; }
a { background-color: rgb(200,218,209); }
div.DivClassName
{
background-color: #C8DAD1;
}
.BgClassName
{
background-color: #C8DAD1;
}
</style>
border-color css
<style>
span { border-color: #C8DAD1; }
span { border-color: rgb(200,218,209); }
td.TdClassName
{
border-color: #C8DAD1;
}
.TagClassName
{
border-color: #C8DAD1;
}
</style>