Shades of Aero Blue #BAF8D4
Tints of Aero Blue #BAF8D4
RGB
CMYK
RGB Variations
Color information
#BAF8D4 (or 0xBAF8D4) is known color: Aero Blue. HEX triplet: BA, F8 and D4. RGB value is (186,248,212). Sum of RGB (Red+Green+Blue) = 186+248+212=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 212 (83.20% from 255 or 32.82% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8D4 is #45072B. Grayscale: #E1E1E1. Windows color (decimal): -4523820 or 13957306. OLE color: 13957306.
HSL color Cylindrical-coordinate representation of color #BAF8D4: hue angle of 145.16º 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 #BAF8D4 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 212 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.03 |
| HSL | 145.16º | 0.82% | 0.85% | - |
| HSV(B) | 145.16º | 0.25% | 0.97% | - |
| XYZ | 65.7 | 82.33 | 74.72 | - |
| YUV | 225.36 | 120.46 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 212 | 0.25 | 0 | 0.15 | 0.03 | 145.16 | 0.82 | 0.85 |
| Hex | BA | F8 | D4 | 19 | 0 | F | 3 | 91 | 52 | 55 |
| Octal | 272 | 370 | 324 | 31 | 0 | 17 | 3 | 221 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11010100 | 11001 | 0 | 1111 | 11 | 10010001 | 1010010 | 1010101 |
Color Harmonies of #BAF8D4
Complementary color
Monochromatic Colors of #BAF8D4
Black with #BAF8D4
Text Example
Text Example
White with #BAF8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8D4; }
p { color: rgb(186,248,212); }
H1.HeaderClassName
{
color: #BAF8D4;
}
.AnyTagClassName
{
color: #BAF8D4;
}
</style>
background-color css
<style>
a { background-color: #BAF8D4; }
a { background-color: rgb(186,248,212); }
div.DivClassName
{
background-color: #BAF8D4;
}
.BgClassName
{
background-color: #BAF8D4;
}
</style>
border-color css
<style>
span { border-color: #BAF8D4; }
span { border-color: rgb(186,248,212); }
td.TdClassName
{
border-color: #BAF8D4;
}
.TagClassName
{
border-color: #BAF8D4;
}
</style>