Shades of Aero Blue #BAF8DD
Tints of Aero Blue #BAF8DD
RGB
CMYK
RGB Variations
Color information
#BAF8DD (or 0xBAF8DD) is known color: Aero Blue. HEX triplet: BA, F8 and DD. RGB value is (186,248,221). Sum of RGB (Red+Green+Blue) = 186+248+221=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8DD is #450722. Grayscale: #E2E2E2. Windows color (decimal): -4523811 or 14547130. OLE color: 14547130.
HSL color Cylindrical-coordinate representation of color #BAF8DD: hue angle of 153.87º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF8DD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 248 | 221 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.03 |
| HSL | 153.87º | 0.82% | 0.85% | - |
| HSV(B) | 153.87º | 0.25% | 0.97% | - |
| XYZ | 66.87 | 82.79 | 80.86 | - |
| YUV | 226.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 248 | 221 | 0.25 | 0 | 0.11 | 0.03 | 153.87 | 0.82 | 0.85 |
| Hex | BA | F8 | DD | 19 | 0 | B | 3 | 9A | 52 | 55 |
| Octal | 272 | 370 | 335 | 31 | 0 | 13 | 3 | 232 | 122 | 125 |
| Binary | 10111010 | 11111000 | 11011101 | 11001 | 0 | 1011 | 11 | 10011010 | 1010010 | 1010101 |
Color Harmonies of #BAF8DD
Complementary color
Monochromatic Colors of #BAF8DD
Black with #BAF8DD
Text Example
Text Example
White with #BAF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF8DD; }
p { color: rgb(186,248,221); }
H1.HeaderClassName
{
color: #BAF8DD;
}
.AnyTagClassName
{
color: #BAF8DD;
}
</style>
background-color css
<style>
a { background-color: #BAF8DD; }
a { background-color: rgb(186,248,221); }
div.DivClassName
{
background-color: #BAF8DD;
}
.BgClassName
{
background-color: #BAF8DD;
}
</style>
border-color css
<style>
span { border-color: #BAF8DD; }
span { border-color: rgb(186,248,221); }
td.TdClassName
{
border-color: #BAF8DD;
}
.TagClassName
{
border-color: #BAF8DD;
}
</style>