Shades of Aero Blue #BAF1D2
Tints of Aero Blue #BAF1D2
RGB
CMYK
RGB Variations
Color information
#BAF1D2 (or 0xBAF1D2) is known color: Aero Blue. HEX triplet: BA, F1 and D2. RGB value is (186,241,210). Sum of RGB (Red+Green+Blue) = 186+241+210=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1D2 is #450E2D. Grayscale: #DDDDDD. Windows color (decimal): -4525614 or 13824442. OLE color: 13824442.
HSL color Cylindrical-coordinate representation of color #BAF1D2: hue angle of 146.18º 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 #BAF1D2 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 210 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.05 |
| HSL | 146.18º | 0.66% | 0.84% | - |
| HSV(B) | 146.18º | 0.23% | 0.95% | - |
| XYZ | 63.34 | 78 | 72.69 | - |
| YUV | 221.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 210 | 0.23 | 0 | 0.13 | 0.05 | 146.18 | 0.66 | 0.84 |
| Hex | BA | F1 | D2 | 17 | 0 | D | 5 | 92 | 42 | 54 |
| Octal | 272 | 361 | 322 | 27 | 0 | 15 | 5 | 222 | 102 | 124 |
| Binary | 10111010 | 11110001 | 11010010 | 10111 | 0 | 1101 | 101 | 10010010 | 1000010 | 1010100 |
Color Harmonies of #BAF1D2
Complementary color
Monochromatic Colors of #BAF1D2
Black with #BAF1D2
Text Example
Text Example
White with #BAF1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1D2; }
p { color: rgb(186,241,210); }
H1.HeaderClassName
{
color: #BAF1D2;
}
.AnyTagClassName
{
color: #BAF1D2;
}
</style>
background-color css
<style>
a { background-color: #BAF1D2; }
a { background-color: rgb(186,241,210); }
div.DivClassName
{
background-color: #BAF1D2;
}
.BgClassName
{
background-color: #BAF1D2;
}
</style>
border-color css
<style>
span { border-color: #BAF1D2; }
span { border-color: rgb(186,241,210); }
td.TdClassName
{
border-color: #BAF1D2;
}
.TagClassName
{
border-color: #BAF1D2;
}
</style>