Shades of Aero Blue #BAFDD3
Tints of Aero Blue #BAFDD3
RGB
CMYK
RGB Variations
Color information
#BAFDD3 (or 0xBAFDD3) is known color: Aero Blue. HEX triplet: BA, FD and D3. RGB value is (186,253,211). Sum of RGB (Red+Green+Blue) = 186+253+211=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 211 (82.81% from 255 or 32.46% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDD3 is #45022C. Grayscale: #E4E4E4. Windows color (decimal): -4522541 or 13893050. OLE color: 13893050.
HSL color Cylindrical-coordinate representation of color #BAFDD3: hue angle of 142.39º 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 #BAFDD3 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 211 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.01 |
| HSL | 142.39º | 0.94% | 0.86% | - |
| HSV(B) | 142.39º | 0.26% | 0.99% | - |
| XYZ | 67.13 | 85.39 | 74.57 | - |
| YUV | 228.18 | 118.3 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 211 | 0.26 | 0 | 0.17 | 0.01 | 142.39 | 0.94 | 0.86 |
| Hex | BA | FD | D3 | 1A | 0 | 11 | 1 | 8E | 5E | 56 |
| Octal | 272 | 375 | 323 | 32 | 0 | 21 | 1 | 216 | 136 | 126 |
| Binary | 10111010 | 11111101 | 11010011 | 11010 | 0 | 10001 | 1 | 10001110 | 1011110 | 1010110 |
Color Harmonies of #BAFDD3
Complementary color
Monochromatic Colors of #BAFDD3
Black with #BAFDD3
Text Example
Text Example
White with #BAFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDD3; }
p { color: rgb(186,253,211); }
H1.HeaderClassName
{
color: #BAFDD3;
}
.AnyTagClassName
{
color: #BAFDD3;
}
</style>
background-color css
<style>
a { background-color: #BAFDD3; }
a { background-color: rgb(186,253,211); }
div.DivClassName
{
background-color: #BAFDD3;
}
.BgClassName
{
background-color: #BAFDD3;
}
</style>
border-color css
<style>
span { border-color: #BAFDD3; }
span { border-color: rgb(186,253,211); }
td.TdClassName
{
border-color: #BAFDD3;
}
.TagClassName
{
border-color: #BAFDD3;
}
</style>