Shades of Aero Blue #C4FDDB
Tints of Aero Blue #C4FDDB
RGB
CMYK
RGB Variations
Color information
#C4FDDB (or 0xC4FDDB) is known color: Aero Blue. HEX triplet: C4, FD and DB. RGB value is (196,253,219). Sum of RGB (Red+Green+Blue) = 196+253+219=668 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.34% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #C4FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FDDB is #3B0224. Grayscale: #E8E8E8. Windows color (decimal): -3867173 or 14417348. OLE color: 14417348.
HSL color Cylindrical-coordinate representation of color #C4FDDB: hue angle of 144.21º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FDDB is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 253 | 219 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.01 |
| HSL | 144.21º | 0.93% | 0.88% | - |
| HSV(B) | 144.21º | 0.23% | 0.99% | - |
| XYZ | 70.68 | 87.1 | 80.1 | - |
| YUV | 232.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 253 | 219 | 0.23 | 0 | 0.13 | 0.01 | 144.21 | 0.93 | 0.88 |
| Hex | C4 | FD | DB | 17 | 0 | D | 1 | 90 | 5D | 58 |
| Octal | 304 | 375 | 333 | 27 | 0 | 15 | 1 | 220 | 135 | 130 |
| Binary | 11000100 | 11111101 | 11011011 | 10111 | 0 | 1101 | 1 | 10010000 | 1011101 | 1011000 |
Color Harmonies of #C4FDDB
Complementary color
Monochromatic Colors of #C4FDDB
Black with #C4FDDB
Text Example
Text Example
White with #C4FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FDDB; }
p { color: rgb(196,253,219); }
H1.HeaderClassName
{
color: #C4FDDB;
}
.AnyTagClassName
{
color: #C4FDDB;
}
</style>
background-color css
<style>
a { background-color: #C4FDDB; }
a { background-color: rgb(196,253,219); }
div.DivClassName
{
background-color: #C4FDDB;
}
.BgClassName
{
background-color: #C4FDDB;
}
</style>
border-color css
<style>
span { border-color: #C4FDDB; }
span { border-color: rgb(196,253,219); }
td.TdClassName
{
border-color: #C4FDDB;
}
.TagClassName
{
border-color: #C4FDDB;
}
</style>