Shades of Aero Blue #BAFDD2
Tints of Aero Blue #BAFDD2
RGB
CMYK
RGB Variations
Color information
#BAFDD2 (or 0xBAFDD2) is known color: Aero Blue. HEX triplet: BA, FD and D2. RGB value is (186,253,210). Sum of RGB (Red+Green+Blue) = 186+253+210=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD2 is #45022D. Grayscale: #E4E4E4. Windows color (decimal): -4522542 or 13827514. OLE color: 13827514.
HSL color Cylindrical-coordinate representation of color #BAFDD2: hue angle of 141.49º 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 #BAFDD2 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 210 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.01 |
| HSL | 141.49º | 0.94% | 0.86% | - |
| HSV(B) | 141.49º | 0.26% | 0.99% | - |
| XYZ | 67.01 | 85.34 | 73.91 | - |
| YUV | 228.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 210 | 0.26 | 0 | 0.17 | 0.01 | 141.49 | 0.94 | 0.86 |
| Hex | BA | FD | D2 | 1A | 0 | 11 | 1 | 8D | 5E | 56 |
| Octal | 272 | 375 | 322 | 32 | 0 | 21 | 1 | 215 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11010010 | 11010 | 0 | 10001 | 1 | 10001101 | 1011110 | 1010110 |
Color Harmonies of #BAFDD2
Complementary color
Monochromatic Colors of #BAFDD2
Black with #BAFDD2
Text Example
Text Example
White with #BAFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDD2; }
p { color: rgb(186,253,210); }
H1.HeaderClassName
{
color: #BAFDD2;
}
.AnyTagClassName
{
color: #BAFDD2;
}
</style>
background-color css
<style>
a { background-color: #BAFDD2; }
a { background-color: rgb(186,253,210); }
div.DivClassName
{
background-color: #BAFDD2;
}
.BgClassName
{
background-color: #BAFDD2;
}
</style>
border-color css
<style>
span { border-color: #BAFDD2; }
span { border-color: rgb(186,253,210); }
td.TdClassName
{
border-color: #BAFDD2;
}
.TagClassName
{
border-color: #BAFDD2;
}
</style>