Shades of Aero Blue #BAFDD4
Tints of Aero Blue #BAFDD4
RGB
CMYK
RGB Variations
Color information
#BAFDD4 (or 0xBAFDD4) is known color: Aero Blue. HEX triplet: BA, FD and D4. RGB value is (186,253,212). Sum of RGB (Red+Green+Blue) = 186+253+212=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD4 is #45022B. Grayscale: #E4E4E4. Windows color (decimal): -4522540 or 13958586. OLE color: 13958586.
HSL color Cylindrical-coordinate representation of color #BAFDD4: hue angle of 143.28º 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 #BAFDD4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 212 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.01 |
| HSL | 143.28º | 0.94% | 0.86% | - |
| HSV(B) | 143.28º | 0.26% | 0.99% | - |
| XYZ | 67.26 | 85.44 | 75.23 | - |
| YUV | 228.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 212 | 0.26 | 0 | 0.16 | 0.01 | 143.28 | 0.94 | 0.86 |
| Hex | BA | FD | D4 | 1A | 0 | 10 | 1 | 8F | 5E | 56 |
| Octal | 272 | 375 | 324 | 32 | 0 | 20 | 1 | 217 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11010100 | 11010 | 0 | 10000 | 1 | 10001111 | 1011110 | 1010110 |
Color Harmonies of #BAFDD4
Complementary color
Monochromatic Colors of #BAFDD4
Black with #BAFDD4
Text Example
Text Example
White with #BAFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDD4; }
p { color: rgb(186,253,212); }
H1.HeaderClassName
{
color: #BAFDD4;
}
.AnyTagClassName
{
color: #BAFDD4;
}
</style>
background-color css
<style>
a { background-color: #BAFDD4; }
a { background-color: rgb(186,253,212); }
div.DivClassName
{
background-color: #BAFDD4;
}
.BgClassName
{
background-color: #BAFDD4;
}
</style>
border-color css
<style>
span { border-color: #BAFDD4; }
span { border-color: rgb(186,253,212); }
td.TdClassName
{
border-color: #BAFDD4;
}
.TagClassName
{
border-color: #BAFDD4;
}
</style>