Shades of Aero Blue #BAF3DB
Tints of Aero Blue #BAF3DB
RGB
CMYK
RGB Variations
Color information
#BAF3DB (or 0xBAF3DB) is known color: Aero Blue. HEX triplet: BA, F3 and DB. RGB value is (186,243,219). Sum of RGB (Red+Green+Blue) = 186+243+219=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3DB is #450C24. Grayscale: #DFDFDF. Windows color (decimal): -4525093 or 14414778. OLE color: 14414778.
HSL color Cylindrical-coordinate representation of color #BAF3DB: hue angle of 154.74º degrees, saturation: 0.7, 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 #BAF3DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 219 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.05 |
| HSL | 154.74º | 0.7% | 0.84% | - |
| HSV(B) | 154.74º | 0.23% | 0.95% | - |
| XYZ | 65.09 | 79.65 | 78.96 | - |
| YUV | 223.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 219 | 0.23 | 0 | 0.10 | 0.05 | 154.74 | 0.7 | 0.84 |
| Hex | BA | F3 | DB | 17 | 0 | A | 5 | 9B | 46 | 54 |
| Octal | 272 | 363 | 333 | 27 | 0 | 12 | 5 | 233 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11011011 | 10111 | 0 | 1010 | 101 | 10011011 | 1000110 | 1010100 |
Color Harmonies of #BAF3DB
Complementary color
Monochromatic Colors of #BAF3DB
Black with #BAF3DB
Text Example
Text Example
White with #BAF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3DB; }
p { color: rgb(186,243,219); }
H1.HeaderClassName
{
color: #BAF3DB;
}
.AnyTagClassName
{
color: #BAF3DB;
}
</style>
background-color css
<style>
a { background-color: #BAF3DB; }
a { background-color: rgb(186,243,219); }
div.DivClassName
{
background-color: #BAF3DB;
}
.BgClassName
{
background-color: #BAF3DB;
}
</style>
border-color css
<style>
span { border-color: #BAF3DB; }
span { border-color: rgb(186,243,219); }
td.TdClassName
{
border-color: #BAF3DB;
}
.TagClassName
{
border-color: #BAF3DB;
}
</style>