Shades of Aero Blue #C8FDDB
Tints of Aero Blue #C8FDDB
RGB
CMYK
RGB Variations
Color information
#C8FDDB (or 0xC8FDDB) is known color: Aero Blue. HEX triplet: C8, FD and DB. RGB value is (200,253,219). Sum of RGB (Red+Green+Blue) = 200+253+219=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FDDB is #370224. Grayscale: #E9E9E9. Windows color (decimal): -3605029 or 14417352. OLE color: 14417352.
HSL color Cylindrical-coordinate representation of color #C8FDDB: hue angle of 141.51º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDDB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 219 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.01 |
| HSL | 141.51º | 0.93% | 0.89% | - |
| HSV(B) | 141.51º | 0.21% | 0.99% | - |
| XYZ | 71.73 | 87.64 | 80.15 | - |
| YUV | 233.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 219 | 0.21 | 0 | 0.13 | 0.01 | 141.51 | 0.93 | 0.89 |
| Hex | C8 | FD | DB | 15 | 0 | D | 1 | 8E | 5D | 59 |
| Octal | 310 | 375 | 333 | 25 | 0 | 15 | 1 | 216 | 135 | 131 |
| Binary | 11001000 | 11111101 | 11011011 | 10101 | 0 | 1101 | 1 | 10001110 | 1011101 | 1011001 |
Color Harmonies of #C8FDDB
Complementary color
Monochromatic Colors of #C8FDDB
Black with #C8FDDB
Text Example
Text Example
White with #C8FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FDDB; }
p { color: rgb(200,253,219); }
H1.HeaderClassName
{
color: #C8FDDB;
}
.AnyTagClassName
{
color: #C8FDDB;
}
</style>
background-color css
<style>
a { background-color: #C8FDDB; }
a { background-color: rgb(200,253,219); }
div.DivClassName
{
background-color: #C8FDDB;
}
.BgClassName
{
background-color: #C8FDDB;
}
</style>
border-color css
<style>
span { border-color: #C8FDDB; }
span { border-color: rgb(200,253,219); }
td.TdClassName
{
border-color: #C8FDDB;
}
.TagClassName
{
border-color: #C8FDDB;
}
</style>