Shades of Aero Blue #BAFDDA
Tints of Aero Blue #BAFDDA
RGB
CMYK
RGB Variations
Color information
#BAFDDA (or 0xBAFDDA) is known color: Aero Blue. HEX triplet: BA, FD and DA. RGB value is (186,253,218). Sum of RGB (Red+Green+Blue) = 186+253+218=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDDA is #450225. Grayscale: #E5E5E5. Windows color (decimal): -4522534 or 14351802. OLE color: 14351802.
HSL color Cylindrical-coordinate representation of color #BAFDDA: hue angle of 148.66º 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 #BAFDDA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 218 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.01 |
| HSL | 148.66º | 0.94% | 0.86% | - |
| HSV(B) | 148.66º | 0.26% | 0.99% | - |
| XYZ | 68.03 | 85.75 | 79.3 | - |
| YUV | 228.98 | 121.8 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 218 | 0.26 | 0 | 0.14 | 0.01 | 148.66 | 0.94 | 0.86 |
| Hex | BA | FD | DA | 1A | 0 | E | 1 | 95 | 5E | 56 |
| Octal | 272 | 375 | 332 | 32 | 0 | 16 | 1 | 225 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11011010 | 11010 | 0 | 1110 | 1 | 10010101 | 1011110 | 1010110 |
Color Harmonies of #BAFDDA
Complementary color
Monochromatic Colors of #BAFDDA
Black with #BAFDDA
Text Example
Text Example
White with #BAFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDDA; }
p { color: rgb(186,253,218); }
H1.HeaderClassName
{
color: #BAFDDA;
}
.AnyTagClassName
{
color: #BAFDDA;
}
</style>
background-color css
<style>
a { background-color: #BAFDDA; }
a { background-color: rgb(186,253,218); }
div.DivClassName
{
background-color: #BAFDDA;
}
.BgClassName
{
background-color: #BAFDDA;
}
</style>
border-color css
<style>
span { border-color: #BAFDDA; }
span { border-color: rgb(186,253,218); }
td.TdClassName
{
border-color: #BAFDDA;
}
.TagClassName
{
border-color: #BAFDDA;
}
</style>