Shades of Aero Blue #BAF2CF
Tints of Aero Blue #BAF2CF
RGB
CMYK
RGB Variations
Color information
#BAF2CF (or 0xBAF2CF) is known color: Aero Blue. HEX triplet: BA, F2 and CF. RGB value is (186,242,207). Sum of RGB (Red+Green+Blue) = 186+242+207=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2CF is #450D30. Grayscale: #DDDDDD. Windows color (decimal): -4525361 or 13628090. OLE color: 13628090.
HSL color Cylindrical-coordinate representation of color #BAF2CF: hue angle of 142.5º degrees, saturation: 0.68, 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 #BAF2CF is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 207 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.05 |
| HSL | 142.5º | 0.68% | 0.84% | - |
| HSV(B) | 142.5º | 0.23% | 0.95% | - |
| XYZ | 63.26 | 78.45 | 70.84 | - |
| YUV | 221.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 207 | 0.23 | 0 | 0.14 | 0.05 | 142.5 | 0.68 | 0.84 |
| Hex | BA | F2 | CF | 17 | 0 | E | 5 | 8E | 44 | 54 |
| Octal | 272 | 362 | 317 | 27 | 0 | 16 | 5 | 216 | 104 | 124 |
| Binary | 10111010 | 11110010 | 11001111 | 10111 | 0 | 1110 | 101 | 10001110 | 1000100 | 1010100 |
Color Harmonies of #BAF2CF
Complementary color
Monochromatic Colors of #BAF2CF
Black with #BAF2CF
Text Example
Text Example
White with #BAF2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF2CF; }
p { color: rgb(186,242,207); }
H1.HeaderClassName
{
color: #BAF2CF;
}
.AnyTagClassName
{
color: #BAF2CF;
}
</style>
background-color css
<style>
a { background-color: #BAF2CF; }
a { background-color: rgb(186,242,207); }
div.DivClassName
{
background-color: #BAF2CF;
}
.BgClassName
{
background-color: #BAF2CF;
}
</style>
border-color css
<style>
span { border-color: #BAF2CF; }
span { border-color: rgb(186,242,207); }
td.TdClassName
{
border-color: #BAF2CF;
}
.TagClassName
{
border-color: #BAF2CF;
}
</style>