Shades of Aero Blue #BAF1D7
Tints of Aero Blue #BAF1D7
RGB
CMYK
RGB Variations
Color information
#BAF1D7 (or 0xBAF1D7) is known color: Aero Blue. HEX triplet: BA, F1 and D7. RGB value is (186,241,215). Sum of RGB (Red+Green+Blue) = 186+241+215=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 215 (84.38% from 255 or 33.49% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1D7 is #450E28. Grayscale: #DDDDDD. Windows color (decimal): -4525609 or 14152122. OLE color: 14152122.
HSL color Cylindrical-coordinate representation of color #BAF1D7: hue angle of 151.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1D7 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 215 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.05 |
| HSL | 151.64º | 0.66% | 0.84% | - |
| HSV(B) | 151.64º | 0.23% | 0.95% | - |
| XYZ | 63.97 | 78.26 | 76.02 | - |
| YUV | 221.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 215 | 0.23 | 0 | 0.11 | 0.05 | 151.64 | 0.66 | 0.84 |
| Hex | BA | F1 | D7 | 17 | 0 | B | 5 | 98 | 42 | 54 |
| Octal | 272 | 361 | 327 | 27 | 0 | 13 | 5 | 230 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11010111 | 10111 | 0 | 1011 | 101 | 10011000 | 1000010 | 1010100 |
Color Harmonies of #BAF1D7
Complementary color
Monochromatic Colors of #BAF1D7
Black with #BAF1D7
Text Example
Text Example
White with #BAF1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1D7; }
p { color: rgb(186,241,215); }
H1.HeaderClassName
{
color: #BAF1D7;
}
.AnyTagClassName
{
color: #BAF1D7;
}
</style>
background-color css
<style>
a { background-color: #BAF1D7; }
a { background-color: rgb(186,241,215); }
div.DivClassName
{
background-color: #BAF1D7;
}
.BgClassName
{
background-color: #BAF1D7;
}
</style>
border-color css
<style>
span { border-color: #BAF1D7; }
span { border-color: rgb(186,241,215); }
td.TdClassName
{
border-color: #BAF1D7;
}
.TagClassName
{
border-color: #BAF1D7;
}
</style>