Shades of Aero Blue #BAFFDC
Tints of Aero Blue #BAFFDC
RGB
CMYK
RGB Variations
Color information
#BAFFDC (or 0xBAFFDC) is known color: Aero Blue. HEX triplet: BA, FF and DC. RGB value is (186,255,220). Sum of RGB (Red+Green+Blue) = 186+255+220=661 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.14% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFDC is #450023. Grayscale: #E6E6E6. Windows color (decimal): -4522020 or 14483386. OLE color: 14483386.
HSL color Cylindrical-coordinate representation of color #BAFFDC: hue angle of 149.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFDC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 220 | - |
| CMYK | 0.27 | 0 | 0.14 | 0 |
| HSL | 149.57º | 1% | 0.86% | - |
| HSV(B) | 149.57º | 0.27% | 1% | - |
| XYZ | 68.93 | 87.13 | 80.89 | - |
| YUV | 230.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 220 | 0.27 | 0 | 0.14 | 0 | 149.57 | 1 | 0.86 |
| Hex | BA | FF | DC | 1B | 0 | E | 0 | 96 | 64 | 56 |
| Octal | 272 | 377 | 334 | 33 | 0 | 16 | 0 | 226 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11011100 | 11011 | 0 | 1110 | 0 | 10010110 | 1100100 | 1010110 |
Color Harmonies of #BAFFDC
Complementary color
Monochromatic Colors of #BAFFDC
Black with #BAFFDC
Text Example
Text Example
White with #BAFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFDC; }
p { color: rgb(186,255,220); }
H1.HeaderClassName
{
color: #BAFFDC;
}
.AnyTagClassName
{
color: #BAFFDC;
}
</style>
background-color css
<style>
a { background-color: #BAFFDC; }
a { background-color: rgb(186,255,220); }
div.DivClassName
{
background-color: #BAFFDC;
}
.BgClassName
{
background-color: #BAFFDC;
}
</style>
border-color css
<style>
span { border-color: #BAFFDC; }
span { border-color: rgb(186,255,220); }
td.TdClassName
{
border-color: #BAFFDC;
}
.TagClassName
{
border-color: #BAFFDC;
}
</style>