Shades of Aero Blue #BAF1D8
Tints of Aero Blue #BAF1D8
RGB
CMYK
RGB Variations
Color information
#BAF1D8 (or 0xBAF1D8) is known color: Aero Blue. HEX triplet: BA, F1 and D8. RGB value is (186,241,216). Sum of RGB (Red+Green+Blue) = 186+241+216=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1D8 is #450E27. Grayscale: #DDDDDD. Windows color (decimal): -4525608 or 14217658. OLE color: 14217658.
HSL color Cylindrical-coordinate representation of color #BAF1D8: hue angle of 152.73º 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 #BAF1D8 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 216 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.05 |
| HSL | 152.73º | 0.66% | 0.84% | - |
| HSV(B) | 152.73º | 0.23% | 0.95% | - |
| XYZ | 64.1 | 78.31 | 76.7 | - |
| YUV | 221.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 216 | 0.23 | 0 | 0.10 | 0.05 | 152.73 | 0.66 | 0.84 |
| Hex | BA | F1 | D8 | 17 | 0 | A | 5 | 99 | 42 | 54 |
| Octal | 272 | 361 | 330 | 27 | 0 | 12 | 5 | 231 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11011000 | 10111 | 0 | 1010 | 101 | 10011001 | 1000010 | 1010100 |
Color Harmonies of #BAF1D8
Complementary color
Monochromatic Colors of #BAF1D8
Black with #BAF1D8
Text Example
Text Example
White with #BAF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1D8; }
p { color: rgb(186,241,216); }
H1.HeaderClassName
{
color: #BAF1D8;
}
.AnyTagClassName
{
color: #BAF1D8;
}
</style>
background-color css
<style>
a { background-color: #BAF1D8; }
a { background-color: rgb(186,241,216); }
div.DivClassName
{
background-color: #BAF1D8;
}
.BgClassName
{
background-color: #BAF1D8;
}
</style>
border-color css
<style>
span { border-color: #BAF1D8; }
span { border-color: rgb(186,241,216); }
td.TdClassName
{
border-color: #BAF1D8;
}
.TagClassName
{
border-color: #BAF1D8;
}
</style>