Shades of Aero Blue #C5FADB
Tints of Aero Blue #C5FADB
RGB
CMYK
RGB Variations
Color information
#C5FADB (or 0xC5FADB) is known color: Aero Blue. HEX triplet: C5, FA and DB. RGB value is (197,250,219). Sum of RGB (Red+Green+Blue) = 197+250+219=666 (88% of max value = 765). Red value is 197 (77.34% from 255 or 29.58% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FADB is #3A0524. Grayscale: #E6E6E6. Windows color (decimal): -3802405 or 14416581. OLE color: 14416581.
HSL color Cylindrical-coordinate representation of color #C5FADB: hue angle of 144.91º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5FADB is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 197 | 250 | 219 | - |
CMYK | 0.21 | 0 | 0.12 | 0.02 |
HSL | 144.91º | 0.84% | 0.88% | - |
HSV(B) | 144.91º | 0.21% | 0.98% | - |
XYZ | 70 | 85.36 | 79.8 | - |
YUV | 230.62 | 121.44 | 104.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 250 | 219 | 0.21 | 0 | 0.12 | 0.02 | 144.91 | 0.84 | 0.88 |
Hex | C5 | FA | DB | 15 | 0 | C | 2 | 91 | 54 | 58 |
Octal | 305 | 372 | 333 | 25 | 0 | 14 | 2 | 221 | 124 | 130 |
Binary | 11000101 | 11111010 | 11011011 | 10101 | 0 | 1100 | 10 | 10010001 | 1010100 | 1011000 |
Color Harmonies of #C5FADB
Complementary color
Monochromatic Colors of #C5FADB
Black with #C5FADB
Text Example
Text Example
White with #C5FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FADB; }
p { color: rgb(197,250,219); }
H1.HeaderClassName
{
color: #C5FADB;
}
.AnyTagClassName
{
color: #C5FADB;
}
</style>
background-color css
<style>
a { background-color: #C5FADB; }
a { background-color: rgb(197,250,219); }
div.DivClassName
{
background-color: #C5FADB;
}
.BgClassName
{
background-color: #C5FADB;
}
</style>
border-color css
<style>
span { border-color: #C5FADB; }
span { border-color: rgb(197,250,219); }
td.TdClassName
{
border-color: #C5FADB;
}
.TagClassName
{
border-color: #C5FADB;
}
</style>