Shades of Aero Blue #BAFDDC
Tints of Aero Blue #BAFDDC
RGB
CMYK
RGB Variations
Color information
#BAFDDC (or 0xBAFDDC) is known color: Aero Blue. HEX triplet: BA, FD and DC. RGB value is (186,253,220). Sum of RGB (Red+Green+Blue) = 186+253+220=659 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.22% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDDC is #450223. Grayscale: #E5E5E5. Windows color (decimal): -4522532 or 14482874. OLE color: 14482874.
HSL color Cylindrical-coordinate representation of color #BAFDDC: hue angle of 150.45º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDDC is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 220 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.01 |
| HSL | 150.45º | 0.94% | 0.86% | - |
| HSV(B) | 150.45º | 0.26% | 0.99% | - |
| XYZ | 68.29 | 85.86 | 80.68 | - |
| YUV | 229.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 220 | 0.26 | 0 | 0.13 | 0.01 | 150.45 | 0.94 | 0.86 |
| Hex | BA | FD | DC | 1A | 0 | D | 1 | 96 | 5E | 56 |
| Octal | 272 | 375 | 334 | 32 | 0 | 15 | 1 | 226 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11011100 | 11010 | 0 | 1101 | 1 | 10010110 | 1011110 | 1010110 |
Color Harmonies of #BAFDDC
Complementary color
Monochromatic Colors of #BAFDDC
Black with #BAFDDC
Text Example
Text Example
White with #BAFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDDC; }
p { color: rgb(186,253,220); }
H1.HeaderClassName
{
color: #BAFDDC;
}
.AnyTagClassName
{
color: #BAFDDC;
}
</style>
background-color css
<style>
a { background-color: #BAFDDC; }
a { background-color: rgb(186,253,220); }
div.DivClassName
{
background-color: #BAFDDC;
}
.BgClassName
{
background-color: #BAFDDC;
}
</style>
border-color css
<style>
span { border-color: #BAFDDC; }
span { border-color: rgb(186,253,220); }
td.TdClassName
{
border-color: #BAFDDC;
}
.TagClassName
{
border-color: #BAFDDC;
}
</style>