Shades of Aero Blue #BAF8DB
Tints of Aero Blue #BAF8DB
RGB
CMYK
RGB Variations
Color information
#BAF8DB (or 0xBAF8DB) is known color: Aero Blue. HEX triplet: BA, F8 and DB. RGB value is (186,248,219). Sum of RGB (Red+Green+Blue) = 186+248+219=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8DB is #450724. Grayscale: #E2E2E2. Windows color (decimal): -4523813 or 14416058. OLE color: 14416058.
HSL color Cylindrical-coordinate representation of color #BAF8DB: hue angle of 151.94º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8DB is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 219 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.03 |
| HSL | 151.94º | 0.82% | 0.85% | - |
| HSV(B) | 151.94º | 0.25% | 0.97% | - |
| XYZ | 66.6 | 82.69 | 79.47 | - |
| YUV | 226.16 | 123.96 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 219 | 0.25 | 0 | 0.12 | 0.03 | 151.94 | 0.82 | 0.85 |
| Hex | BA | F8 | DB | 19 | 0 | C | 3 | 98 | 52 | 55 |
| Octal | 272 | 370 | 333 | 31 | 0 | 14 | 3 | 230 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11011011 | 11001 | 0 | 1100 | 11 | 10011000 | 1010010 | 1010101 |
Color Harmonies of #BAF8DB
Complementary color
Monochromatic Colors of #BAF8DB
Black with #BAF8DB
Text Example
Text Example
White with #BAF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8DB; }
p { color: rgb(186,248,219); }
H1.HeaderClassName
{
color: #BAF8DB;
}
.AnyTagClassName
{
color: #BAF8DB;
}
</style>
background-color css
<style>
a { background-color: #BAF8DB; }
a { background-color: rgb(186,248,219); }
div.DivClassName
{
background-color: #BAF8DB;
}
.BgClassName
{
background-color: #BAF8DB;
}
</style>
border-color css
<style>
span { border-color: #BAF8DB; }
span { border-color: rgb(186,248,219); }
td.TdClassName
{
border-color: #BAF8DB;
}
.TagClassName
{
border-color: #BAF8DB;
}
</style>