Shades of Aero Blue #BAFDD6
Tints of Aero Blue #BAFDD6
RGB
CMYK
RGB Variations
Color information
#BAFDD6 (or 0xBAFDD6) is known color: Aero Blue. HEX triplet: BA, FD and D6. RGB value is (186,253,214). Sum of RGB (Red+Green+Blue) = 186+253+214=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD6 is #450229. Grayscale: #E4E4E4. Windows color (decimal): -4522538 or 14089658. OLE color: 14089658.
HSL color Cylindrical-coordinate representation of color #BAFDD6: hue angle of 145.07º 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 #BAFDD6 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 214 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.01 |
| HSL | 145.07º | 0.94% | 0.86% | - |
| HSV(B) | 145.07º | 0.26% | 0.99% | - |
| XYZ | 67.51 | 85.54 | 76.57 | - |
| YUV | 228.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 214 | 0.26 | 0 | 0.15 | 0.01 | 145.07 | 0.94 | 0.86 |
| Hex | BA | FD | D6 | 1A | 0 | F | 1 | 91 | 5E | 56 |
| Octal | 272 | 375 | 326 | 32 | 0 | 17 | 1 | 221 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11010110 | 11010 | 0 | 1111 | 1 | 10010001 | 1011110 | 1010110 |
Color Harmonies of #BAFDD6
Complementary color
Monochromatic Colors of #BAFDD6
Black with #BAFDD6
Text Example
Text Example
White with #BAFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDD6; }
p { color: rgb(186,253,214); }
H1.HeaderClassName
{
color: #BAFDD6;
}
.AnyTagClassName
{
color: #BAFDD6;
}
</style>
background-color css
<style>
a { background-color: #BAFDD6; }
a { background-color: rgb(186,253,214); }
div.DivClassName
{
background-color: #BAFDD6;
}
.BgClassName
{
background-color: #BAFDD6;
}
</style>
border-color css
<style>
span { border-color: #BAFDD6; }
span { border-color: rgb(186,253,214); }
td.TdClassName
{
border-color: #BAFDD6;
}
.TagClassName
{
border-color: #BAFDD6;
}
</style>