Shades of Aero Blue #BAEACF
Tints of Aero Blue #BAEACF
RGB
CMYK
RGB Variations
Color information
#BAEACF (or 0xBAEACF) is known color: Aero Blue. HEX triplet: BA, EA and CF. RGB value is (186,234,207). Sum of RGB (Red+Green+Blue) = 186+234+207=627 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.67% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEACF is #451530. Grayscale: #D8D8D8. Windows color (decimal): -4527409 or 13626042. OLE color: 13626042.
HSL color Cylindrical-coordinate representation of color #BAEACF: hue angle of 146.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEACF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 207 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.08 |
| HSL | 146.25º | 0.53% | 0.82% | - |
| HSV(B) | 146.25º | 0.21% | 0.92% | - |
| XYZ | 60.94 | 73.79 | 70.06 | - |
| YUV | 216.57 | 122.6 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 207 | 0.21 | 0 | 0.12 | 0.08 | 146.25 | 0.53 | 0.82 |
| Hex | BA | EA | CF | 15 | 0 | C | 8 | 92 | 35 | 52 |
| Octal | 272 | 352 | 317 | 25 | 0 | 14 | 10 | 222 | 65 | 122 |
| Binary | 10111010 | 11101010 | 11001111 | 10101 | 0 | 1100 | 1000 | 10010010 | 110101 | 1010010 |
Color Harmonies of #BAEACF
Complementary color
Monochromatic Colors of #BAEACF
Black with #BAEACF
Text Example
Text Example
White with #BAEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEACF; }
p { color: rgb(186,234,207); }
H1.HeaderClassName
{
color: #BAEACF;
}
.AnyTagClassName
{
color: #BAEACF;
}
</style>
background-color css
<style>
a { background-color: #BAEACF; }
a { background-color: rgb(186,234,207); }
div.DivClassName
{
background-color: #BAEACF;
}
.BgClassName
{
background-color: #BAEACF;
}
</style>
border-color css
<style>
span { border-color: #BAEACF; }
span { border-color: rgb(186,234,207); }
td.TdClassName
{
border-color: #BAEACF;
}
.TagClassName
{
border-color: #BAEACF;
}
</style>