Shades of Aero Blue #BAF1D4
Tints of Aero Blue #BAF1D4
RGB
CMYK
RGB Variations
Color information
#BAF1D4 (or 0xBAF1D4) is known color: Aero Blue. HEX triplet: BA, F1 and D4. RGB value is (186,241,212). Sum of RGB (Red+Green+Blue) = 186+241+212=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1D4 is #450E2B. Grayscale: #DDDDDD. Windows color (decimal): -4525612 or 13955514. OLE color: 13955514.
HSL color Cylindrical-coordinate representation of color #BAF1D4: hue angle of 148.36º 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 #BAF1D4 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 212 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.05 |
| HSL | 148.36º | 0.66% | 0.84% | - |
| HSV(B) | 148.36º | 0.23% | 0.95% | - |
| XYZ | 63.59 | 78.1 | 74.01 | - |
| YUV | 221.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 212 | 0.23 | 0 | 0.12 | 0.05 | 148.36 | 0.66 | 0.84 |
| Hex | BA | F1 | D4 | 17 | 0 | C | 5 | 94 | 42 | 54 |
| Octal | 272 | 361 | 324 | 27 | 0 | 14 | 5 | 224 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11010100 | 10111 | 0 | 1100 | 101 | 10010100 | 1000010 | 1010100 |
Color Harmonies of #BAF1D4
Complementary color
Monochromatic Colors of #BAF1D4
Black with #BAF1D4
Text Example
Text Example
White with #BAF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1D4; }
p { color: rgb(186,241,212); }
H1.HeaderClassName
{
color: #BAF1D4;
}
.AnyTagClassName
{
color: #BAF1D4;
}
</style>
background-color css
<style>
a { background-color: #BAF1D4; }
a { background-color: rgb(186,241,212); }
div.DivClassName
{
background-color: #BAF1D4;
}
.BgClassName
{
background-color: #BAF1D4;
}
</style>
border-color css
<style>
span { border-color: #BAF1D4; }
span { border-color: rgb(186,241,212); }
td.TdClassName
{
border-color: #BAF1D4;
}
.TagClassName
{
border-color: #BAF1D4;
}
</style>