Shades of Aero Blue #C5EFDB
Tints of Aero Blue #C5EFDB
RGB
CMYK
RGB Variations
Color information
#C5EFDB (or 0xC5EFDB) is known color: Aero Blue. HEX triplet: C5, EF and DB. RGB value is (197,239,219). Sum of RGB (Red+Green+Blue) = 197+239+219=655 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.08% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EFDB is #3A1024. Grayscale: #E0E0E0. Windows color (decimal): -3805221 or 14413765. OLE color: 14413765.
HSL color Cylindrical-coordinate representation of color #C5EFDB: hue angle of 151.43º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EFDB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 219 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.06 |
| HSL | 151.43º | 0.57% | 0.85% | - |
| HSV(B) | 151.43º | 0.18% | 0.94% | - |
| XYZ | 66.68 | 78.72 | 78.7 | - |
| YUV | 224.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 219 | 0.18 | 0 | 0.08 | 0.06 | 151.43 | 0.57 | 0.85 |
| Hex | C5 | EF | DB | 12 | 0 | 8 | 6 | 97 | 39 | 55 |
| Octal | 305 | 357 | 333 | 22 | 0 | 10 | 6 | 227 | 71 | 125 |
| Binary | 11000101 | 11101111 | 11011011 | 10010 | 0 | 1000 | 110 | 10010111 | 111001 | 1010101 |
Color Harmonies of #C5EFDB
Complementary color
Monochromatic Colors of #C5EFDB
Black with #C5EFDB
Text Example
Text Example
White with #C5EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EFDB; }
p { color: rgb(197,239,219); }
H1.HeaderClassName
{
color: #C5EFDB;
}
.AnyTagClassName
{
color: #C5EFDB;
}
</style>
background-color css
<style>
a { background-color: #C5EFDB; }
a { background-color: rgb(197,239,219); }
div.DivClassName
{
background-color: #C5EFDB;
}
.BgClassName
{
background-color: #C5EFDB;
}
</style>
border-color css
<style>
span { border-color: #C5EFDB; }
span { border-color: rgb(197,239,219); }
td.TdClassName
{
border-color: #C5EFDB;
}
.TagClassName
{
border-color: #C5EFDB;
}
</style>