Shades of Aero Blue #C8DFD3
Tints of Aero Blue #C8DFD3
RGB
CMYK
RGB Variations
Color information
#C8DFD3 (or 0xC8DFD3) is known color: Aero Blue. HEX triplet: C8, DF and D3. RGB value is (200,223,211). Sum of RGB (Red+Green+Blue) = 200+223+211=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFD3 is #37202C. Grayscale: #D6D6D6. Windows color (decimal): -3612717 or 13885384. OLE color: 13885384.
HSL color Cylindrical-coordinate representation of color #C8DFD3: hue angle of 148.7º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DFD3 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 223 | 211 | - |
CMYK | 0.10 | 0 | 0.05 | 0.13 |
HSL | 148.7º | 0.26% | 0.83% | - |
HSV(B) | 148.7º | 0.1% | 0.87% | - |
XYZ | 61.96 | 69.76 | 71.83 | - |
YUV | 214.76 | 125.88 | 117.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 223 | 211 | 0.10 | 0 | 0.05 | 0.13 | 148.7 | 0.26 | 0.83 |
Hex | C8 | DF | D3 | A | 0 | 5 | D | 95 | 1A | 53 |
Octal | 310 | 337 | 323 | 12 | 0 | 5 | 15 | 225 | 32 | 123 |
Binary | 11001000 | 11011111 | 11010011 | 1010 | 0 | 101 | 1101 | 10010101 | 11010 | 1010011 |
Color Harmonies of #C8DFD3
Complementary color
Monochromatic Colors of #C8DFD3
Black with #C8DFD3
Text Example
Text Example
White with #C8DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFD3; }
p { color: rgb(200,223,211); }
H1.HeaderClassName
{
color: #C8DFD3;
}
.AnyTagClassName
{
color: #C8DFD3;
}
</style>
background-color css
<style>
a { background-color: #C8DFD3; }
a { background-color: rgb(200,223,211); }
div.DivClassName
{
background-color: #C8DFD3;
}
.BgClassName
{
background-color: #C8DFD3;
}
</style>
border-color css
<style>
span { border-color: #C8DFD3; }
span { border-color: rgb(200,223,211); }
td.TdClassName
{
border-color: #C8DFD3;
}
.TagClassName
{
border-color: #C8DFD3;
}
</style>