Shades of Aero Blue #BAEFD5
Tints of Aero Blue #BAEFD5
RGB
CMYK
RGB Variations
Color information
#BAEFD5 (or 0xBAEFD5) is known color: Aero Blue. HEX triplet: BA, EF and D5. RGB value is (186,239,213). Sum of RGB (Red+Green+Blue) = 186+239+213=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD5 is #45102A. Grayscale: #DCDCDC. Windows color (decimal): -4526123 or 14020538. OLE color: 14020538.
HSL color Cylindrical-coordinate representation of color #BAEFD5: hue angle of 150.57º 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 #BAEFD5 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 213 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.06 |
| HSL | 150.57º | 0.62% | 0.83% | - |
| HSV(B) | 150.57º | 0.22% | 0.94% | - |
| XYZ | 63.13 | 76.98 | 74.48 | - |
| YUV | 220.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 213 | 0.22 | 0 | 0.11 | 0.06 | 150.57 | 0.62 | 0.83 |
| Hex | BA | EF | D5 | 16 | 0 | B | 6 | 97 | 3E | 53 |
| Octal | 272 | 357 | 325 | 26 | 0 | 13 | 6 | 227 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11010101 | 10110 | 0 | 1011 | 110 | 10010111 | 111110 | 1010011 |
Color Harmonies of #BAEFD5
Complementary color
Monochromatic Colors of #BAEFD5
Black with #BAEFD5
Text Example
Text Example
White with #BAEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFD5; }
p { color: rgb(186,239,213); }
H1.HeaderClassName
{
color: #BAEFD5;
}
.AnyTagClassName
{
color: #BAEFD5;
}
</style>
background-color css
<style>
a { background-color: #BAEFD5; }
a { background-color: rgb(186,239,213); }
div.DivClassName
{
background-color: #BAEFD5;
}
.BgClassName
{
background-color: #BAEFD5;
}
</style>
border-color css
<style>
span { border-color: #BAEFD5; }
span { border-color: rgb(186,239,213); }
td.TdClassName
{
border-color: #BAEFD5;
}
.TagClassName
{
border-color: #BAEFD5;
}
</style>