Shades of Aero Blue #C8DAD0
Tints of Aero Blue #C8DAD0
RGB
CMYK
RGB Variations
Color information
#C8DAD0 (or 0xC8DAD0) is known color: Aero Blue. HEX triplet: C8, DA and D0. RGB value is (200,218,208). Sum of RGB (Red+Green+Blue) = 200+218+208=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DAD0 is #37252F. Grayscale: #D3D3D3. Windows color (decimal): -3614000 or 13687496. OLE color: 13687496.
HSL color Cylindrical-coordinate representation of color #C8DAD0: hue angle of 146.67º 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 #C8DAD0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 218 | 208 | - |
CMYK | 0.08 | 0 | 0.05 | 0.15 |
HSL | 146.67º | 0.2% | 0.82% | - |
HSV(B) | 146.67º | 0.08% | 0.85% | - |
XYZ | 60.28 | 66.98 | 69.43 | - |
YUV | 211.48 | 126.04 | 119.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 208 | 0.08 | 0 | 0.05 | 0.15 | 146.67 | 0.2 | 0.82 |
Hex | C8 | DA | D0 | 8 | 0 | 5 | F | 93 | 14 | 52 |
Octal | 310 | 332 | 320 | 10 | 0 | 5 | 17 | 223 | 24 | 122 |
Binary | 11001000 | 11011010 | 11010000 | 1000 | 0 | 101 | 1111 | 10010011 | 10100 | 1010010 |
Color Harmonies of #C8DAD0
Complementary color
Monochromatic Colors of #C8DAD0
Black with #C8DAD0
Text Example
Text Example
White with #C8DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAD0; }
p { color: rgb(200,218,208); }
H1.HeaderClassName
{
color: #C8DAD0;
}
.AnyTagClassName
{
color: #C8DAD0;
}
</style>
background-color css
<style>
a { background-color: #C8DAD0; }
a { background-color: rgb(200,218,208); }
div.DivClassName
{
background-color: #C8DAD0;
}
.BgClassName
{
background-color: #C8DAD0;
}
</style>
border-color css
<style>
span { border-color: #C8DAD0; }
span { border-color: rgb(200,218,208); }
td.TdClassName
{
border-color: #C8DAD0;
}
.TagClassName
{
border-color: #C8DAD0;
}
</style>