Shades of Aero Blue #BAFFDE
Tints of Aero Blue #BAFFDE
RGB
CMYK
RGB Variations
Color information
#BAFFDE (or 0xBAFFDE) is known color: Aero Blue. HEX triplet: BA, FF and DE. RGB value is (186,255,222). Sum of RGB (Red+Green+Blue) = 186+255+222=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFDE is #450021. Grayscale: #E6E6E6. Windows color (decimal): -4522018 or 14614458. OLE color: 14614458.
HSL color Cylindrical-coordinate representation of color #BAFFDE: hue angle of 151.3º 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 #BAFFDE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 222 | - |
| CMYK | 0.27 | 0 | 0.13 | 0 |
| HSL | 151.3º | 1% | 0.86% | - |
| HSV(B) | 151.3º | 0.27% | 1% | - |
| XYZ | 69.19 | 87.23 | 82.3 | - |
| YUV | 230.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 222 | 0.27 | 0 | 0.13 | 0 | 151.3 | 1 | 0.86 |
| Hex | BA | FF | DE | 1B | 0 | D | 0 | 97 | 64 | 56 |
| Octal | 272 | 377 | 336 | 33 | 0 | 15 | 0 | 227 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11011110 | 11011 | 0 | 1101 | 0 | 10010111 | 1100100 | 1010110 |
Color Harmonies of #BAFFDE
Complementary color
Monochromatic Colors of #BAFFDE
Black with #BAFFDE
Text Example
Text Example
White with #BAFFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFDE; }
p { color: rgb(186,255,222); }
H1.HeaderClassName
{
color: #BAFFDE;
}
.AnyTagClassName
{
color: #BAFFDE;
}
</style>
background-color css
<style>
a { background-color: #BAFFDE; }
a { background-color: rgb(186,255,222); }
div.DivClassName
{
background-color: #BAFFDE;
}
.BgClassName
{
background-color: #BAFFDE;
}
</style>
border-color css
<style>
span { border-color: #BAFFDE; }
span { border-color: rgb(186,255,222); }
td.TdClassName
{
border-color: #BAFFDE;
}
.TagClassName
{
border-color: #BAFFDE;
}
</style>