Shades of Aero Blue #C8F1DC
Tints of Aero Blue #C8F1DC
RGB
CMYK
RGB Variations
Color information
#C8F1DC (or 0xC8F1DC) is known color: Aero Blue. HEX triplet: C8, F1 and DC. RGB value is (200,241,220). Sum of RGB (Red+Green+Blue) = 200+241+220=661 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.26% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F1DC is #370E23. Grayscale: #E2E2E2. Windows color (decimal): -3608100 or 14479816. OLE color: 14479816.
HSL color Cylindrical-coordinate representation of color #C8F1DC: hue angle of 149.27º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F1DC is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 220 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.05 |
| HSL | 149.27º | 0.59% | 0.86% | - |
| HSV(B) | 149.27º | 0.17% | 0.95% | - |
| XYZ | 68.19 | 80.36 | 79.63 | - |
| YUV | 226.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 220 | 0.17 | 0 | 0.09 | 0.05 | 149.27 | 0.59 | 0.86 |
| Hex | C8 | F1 | DC | 11 | 0 | 9 | 5 | 95 | 3B | 56 |
| Octal | 310 | 361 | 334 | 21 | 0 | 11 | 5 | 225 | 73 | 126 |
| Binary | 11001000 | 11110001 | 11011100 | 10001 | 0 | 1001 | 101 | 10010101 | 111011 | 1010110 |
Color Harmonies of #C8F1DC
Complementary color
Monochromatic Colors of #C8F1DC
Black with #C8F1DC
Text Example
Text Example
White with #C8F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1DC; }
p { color: rgb(200,241,220); }
H1.HeaderClassName
{
color: #C8F1DC;
}
.AnyTagClassName
{
color: #C8F1DC;
}
</style>
background-color css
<style>
a { background-color: #C8F1DC; }
a { background-color: rgb(200,241,220); }
div.DivClassName
{
background-color: #C8F1DC;
}
.BgClassName
{
background-color: #C8F1DC;
}
</style>
border-color css
<style>
span { border-color: #C8F1DC; }
span { border-color: rgb(200,241,220); }
td.TdClassName
{
border-color: #C8F1DC;
}
.TagClassName
{
border-color: #C8F1DC;
}
</style>