Shades of Aero Blue #BAEFD8
Tints of Aero Blue #BAEFD8
RGB
CMYK
RGB Variations
Color information
#BAEFD8 (or 0xBAEFD8) is known color: Aero Blue. HEX triplet: BA, EF and D8. RGB value is (186,239,216). Sum of RGB (Red+Green+Blue) = 186+239+216=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 216 (84.77% from 255 or 33.70% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD8 is #451027. Grayscale: #DCDCDC. Windows color (decimal): -4526120 or 14217146. OLE color: 14217146.
HSL color Cylindrical-coordinate representation of color #BAEFD8: hue angle of 153.96º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFD8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 216 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.06 |
| HSL | 153.96º | 0.62% | 0.83% | - |
| HSV(B) | 153.96º | 0.22% | 0.94% | - |
| XYZ | 63.51 | 77.13 | 76.51 | - |
| YUV | 220.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 216 | 0.22 | 0 | 0.10 | 0.06 | 153.96 | 0.62 | 0.83 |
| Hex | BA | EF | D8 | 16 | 0 | A | 6 | 9A | 3E | 53 |
| Octal | 272 | 357 | 330 | 26 | 0 | 12 | 6 | 232 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11011000 | 10110 | 0 | 1010 | 110 | 10011010 | 111110 | 1010011 |
Color Harmonies of #BAEFD8
Complementary color
Monochromatic Colors of #BAEFD8
Black with #BAEFD8
Text Example
Text Example
White with #BAEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFD8; }
p { color: rgb(186,239,216); }
H1.HeaderClassName
{
color: #BAEFD8;
}
.AnyTagClassName
{
color: #BAEFD8;
}
</style>
background-color css
<style>
a { background-color: #BAEFD8; }
a { background-color: rgb(186,239,216); }
div.DivClassName
{
background-color: #BAEFD8;
}
.BgClassName
{
background-color: #BAEFD8;
}
</style>
border-color css
<style>
span { border-color: #BAEFD8; }
span { border-color: rgb(186,239,216); }
td.TdClassName
{
border-color: #BAEFD8;
}
.TagClassName
{
border-color: #BAEFD8;
}
</style>