Shades of Aero Blue #BAFBDA
Tints of Aero Blue #BAFBDA
RGB
CMYK
RGB Variations
Color information
#BAFBDA (or 0xBAFBDA) is known color: Aero Blue. HEX triplet: BA, FB and DA. RGB value is (186,251,218). Sum of RGB (Red+Green+Blue) = 186+251+218=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBDA is #450425. Grayscale: #E3E3E3. Windows color (decimal): -4523046 or 14351290. OLE color: 14351290.
HSL color Cylindrical-coordinate representation of color #BAFBDA: hue angle of 149.54º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBDA is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 218 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.02 |
| HSL | 149.54º | 0.89% | 0.86% | - |
| HSV(B) | 149.54º | 0.26% | 0.98% | - |
| XYZ | 67.4 | 84.5 | 79.09 | - |
| YUV | 227.8 | 122.47 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 218 | 0.26 | 0 | 0.13 | 0.02 | 149.54 | 0.89 | 0.86 |
| Hex | BA | FB | DA | 1A | 0 | D | 2 | 96 | 59 | 56 |
| Octal | 272 | 373 | 332 | 32 | 0 | 15 | 2 | 226 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11011010 | 11010 | 0 | 1101 | 10 | 10010110 | 1011001 | 1010110 |
Color Harmonies of #BAFBDA
Complementary color
Monochromatic Colors of #BAFBDA
Black with #BAFBDA
Text Example
Text Example
White with #BAFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBDA; }
p { color: rgb(186,251,218); }
H1.HeaderClassName
{
color: #BAFBDA;
}
.AnyTagClassName
{
color: #BAFBDA;
}
</style>
background-color css
<style>
a { background-color: #BAFBDA; }
a { background-color: rgb(186,251,218); }
div.DivClassName
{
background-color: #BAFBDA;
}
.BgClassName
{
background-color: #BAFBDA;
}
</style>
border-color css
<style>
span { border-color: #BAFBDA; }
span { border-color: rgb(186,251,218); }
td.TdClassName
{
border-color: #BAFBDA;
}
.TagClassName
{
border-color: #BAFBDA;
}
</style>