Shades of Aero Blue #C5FCDB
Tints of Aero Blue #C5FCDB
RGB
CMYK
RGB Variations
Color information
#C5FCDB (or 0xC5FCDB) is known color: Aero Blue. HEX triplet: C5, FC and DB. RGB value is (197,252,219). Sum of RGB (Red+Green+Blue) = 197+252+219=668 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.49% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FCDB is #3A0324. Grayscale: #E7E7E7. Windows color (decimal): -3801893 or 14417093. OLE color: 14417093.
HSL color Cylindrical-coordinate representation of color #C5FCDB: hue angle of 144º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FCDB is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 252 | 219 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.01 |
| HSL | 144º | 0.9% | 0.88% | - |
| HSV(B) | 144º | 0.22% | 0.99% | - |
| XYZ | 70.62 | 86.61 | 80.01 | - |
| YUV | 231.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 252 | 219 | 0.22 | 0 | 0.13 | 0.01 | 144 | 0.9 | 0.88 |
| Hex | C5 | FC | DB | 16 | 0 | D | 1 | 90 | 5A | 58 |
| Octal | 305 | 374 | 333 | 26 | 0 | 15 | 1 | 220 | 132 | 130 |
| Binary | 11000101 | 11111100 | 11011011 | 10110 | 0 | 1101 | 1 | 10010000 | 1011010 | 1011000 |
Color Harmonies of #C5FCDB
Complementary color
Monochromatic Colors of #C5FCDB
Black with #C5FCDB
Text Example
Text Example
White with #C5FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCDB; }
p { color: rgb(197,252,219); }
H1.HeaderClassName
{
color: #C5FCDB;
}
.AnyTagClassName
{
color: #C5FCDB;
}
</style>
background-color css
<style>
a { background-color: #C5FCDB; }
a { background-color: rgb(197,252,219); }
div.DivClassName
{
background-color: #C5FCDB;
}
.BgClassName
{
background-color: #C5FCDB;
}
</style>
border-color css
<style>
span { border-color: #C5FCDB; }
span { border-color: rgb(197,252,219); }
td.TdClassName
{
border-color: #C5FCDB;
}
.TagClassName
{
border-color: #C5FCDB;
}
</style>