Shades of Aero Blue #BAF6DC
Tints of Aero Blue #BAF6DC
RGB
CMYK
RGB Variations
Color information
#BAF6DC (or 0xBAF6DC) is known color: Aero Blue. HEX triplet: BA, F6 and DC. RGB value is (186,246,220). Sum of RGB (Red+Green+Blue) = 186+246+220=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 246 (96.48% from 255 or 37.73% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6DC is #450923. Grayscale: #E1E1E1. Windows color (decimal): -4524324 or 14481082. OLE color: 14481082.
HSL color Cylindrical-coordinate representation of color #BAF6DC: hue angle of 154º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF6DC is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 220 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.04 |
| HSL | 154º | 0.77% | 0.85% | - |
| HSV(B) | 154º | 0.24% | 0.96% | - |
| XYZ | 66.12 | 81.52 | 79.96 | - |
| YUV | 225.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 220 | 0.24 | 0 | 0.11 | 0.04 | 154 | 0.77 | 0.85 |
| Hex | BA | F6 | DC | 18 | 0 | B | 4 | 9A | 4D | 55 |
| Octal | 272 | 366 | 334 | 30 | 0 | 13 | 4 | 232 | 115 | 125 |
| Binary | 10111010 | 11110110 | 11011100 | 11000 | 0 | 1011 | 100 | 10011010 | 1001101 | 1010101 |
Color Harmonies of #BAF6DC
Complementary color
Monochromatic Colors of #BAF6DC
Black with #BAF6DC
Text Example
Text Example
White with #BAF6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF6DC; }
p { color: rgb(186,246,220); }
H1.HeaderClassName
{
color: #BAF6DC;
}
.AnyTagClassName
{
color: #BAF6DC;
}
</style>
background-color css
<style>
a { background-color: #BAF6DC; }
a { background-color: rgb(186,246,220); }
div.DivClassName
{
background-color: #BAF6DC;
}
.BgClassName
{
background-color: #BAF6DC;
}
</style>
border-color css
<style>
span { border-color: #BAF6DC; }
span { border-color: rgb(186,246,220); }
td.TdClassName
{
border-color: #BAF6DC;
}
.TagClassName
{
border-color: #BAF6DC;
}
</style>