Shades of Aero Blue #BAF0D3
Tints of Aero Blue #BAF0D3
RGB
CMYK
RGB Variations
Color information
#BAF0D3 (or 0xBAF0D3) is known color: Aero Blue. HEX triplet: BA, F0 and D3. RGB value is (186,240,211). Sum of RGB (Red+Green+Blue) = 186+240+211=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0D3 is #450F2C. Grayscale: #DCDCDC. Windows color (decimal): -4525869 or 13889722. OLE color: 13889722.
HSL color Cylindrical-coordinate representation of color #BAF0D3: hue angle of 147.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0D3 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 211 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.06 |
| HSL | 147.78º | 0.64% | 0.84% | - |
| HSV(B) | 147.78º | 0.23% | 0.94% | - |
| XYZ | 63.17 | 77.46 | 73.25 | - |
| YUV | 220.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 211 | 0.22 | 0 | 0.12 | 0.06 | 147.78 | 0.64 | 0.84 |
| Hex | BA | F0 | D3 | 16 | 0 | C | 6 | 94 | 40 | 54 |
| Octal | 272 | 360 | 323 | 26 | 0 | 14 | 6 | 224 | 100 | 124 |
| Binary | 10111010 | 11110000 | 11010011 | 10110 | 0 | 1100 | 110 | 10010100 | 1000000 | 1010100 |
Color Harmonies of #BAF0D3
Complementary color
Monochromatic Colors of #BAF0D3
Black with #BAF0D3
Text Example
Text Example
White with #BAF0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0D3; }
p { color: rgb(186,240,211); }
H1.HeaderClassName
{
color: #BAF0D3;
}
.AnyTagClassName
{
color: #BAF0D3;
}
</style>
background-color css
<style>
a { background-color: #BAF0D3; }
a { background-color: rgb(186,240,211); }
div.DivClassName
{
background-color: #BAF0D3;
}
.BgClassName
{
background-color: #BAF0D3;
}
</style>
border-color css
<style>
span { border-color: #BAF0D3; }
span { border-color: rgb(186,240,211); }
td.TdClassName
{
border-color: #BAF0D3;
}
.TagClassName
{
border-color: #BAF0D3;
}
</style>