Shades of Aero Blue #BAFDD8
Tints of Aero Blue #BAFDD8
RGB
CMYK
RGB Variations
Color information
#BAFDD8 (or 0xBAFDD8) is known color: Aero Blue. HEX triplet: BA, FD and D8. RGB value is (186,253,216). Sum of RGB (Red+Green+Blue) = 186+253+216=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD8 is #450227. Grayscale: #E4E4E4. Windows color (decimal): -4522536 or 14220730. OLE color: 14220730.
HSL color Cylindrical-coordinate representation of color #BAFDD8: hue angle of 146.87º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDD8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 216 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.01 |
| HSL | 146.87º | 0.94% | 0.86% | - |
| HSV(B) | 146.87º | 0.26% | 0.99% | - |
| XYZ | 67.77 | 85.65 | 77.93 | - |
| YUV | 228.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 216 | 0.26 | 0 | 0.15 | 0.01 | 146.87 | 0.94 | 0.86 |
| Hex | BA | FD | D8 | 1A | 0 | F | 1 | 93 | 5E | 56 |
| Octal | 272 | 375 | 330 | 32 | 0 | 17 | 1 | 223 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11011000 | 11010 | 0 | 1111 | 1 | 10010011 | 1011110 | 1010110 |
Color Harmonies of #BAFDD8
Complementary color
Monochromatic Colors of #BAFDD8
Black with #BAFDD8
Text Example
Text Example
White with #BAFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDD8; }
p { color: rgb(186,253,216); }
H1.HeaderClassName
{
color: #BAFDD8;
}
.AnyTagClassName
{
color: #BAFDD8;
}
</style>
background-color css
<style>
a { background-color: #BAFDD8; }
a { background-color: rgb(186,253,216); }
div.DivClassName
{
background-color: #BAFDD8;
}
.BgClassName
{
background-color: #BAFDD8;
}
</style>
border-color css
<style>
span { border-color: #BAFDD8; }
span { border-color: rgb(186,253,216); }
td.TdClassName
{
border-color: #BAFDD8;
}
.TagClassName
{
border-color: #BAFDD8;
}
</style>