Shades of Aero Blue #BAF3CF
Tints of Aero Blue #BAF3CF
RGB
CMYK
RGB Variations
Color information
#BAF3CF (or 0xBAF3CF) is known color: Aero Blue. HEX triplet: BA, F3 and CF. RGB value is (186,243,207). Sum of RGB (Red+Green+Blue) = 186+243+207=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 207 (81.25% from 255 or 32.55% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3CF is #450C30. Grayscale: #DDDDDD. Windows color (decimal): -4525105 or 13628346. OLE color: 13628346.
HSL color Cylindrical-coordinate representation of color #BAF3CF: hue angle of 142.11º 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 #BAF3CF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 207 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.05 |
| HSL | 142.11º | 0.7% | 0.84% | - |
| HSV(B) | 142.11º | 0.23% | 0.95% | - |
| XYZ | 63.56 | 79.05 | 70.94 | - |
| YUV | 221.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 207 | 0.23 | 0 | 0.15 | 0.05 | 142.11 | 0.7 | 0.84 |
| Hex | BA | F3 | CF | 17 | 0 | F | 5 | 8E | 46 | 54 |
| Octal | 272 | 363 | 317 | 27 | 0 | 17 | 5 | 216 | 106 | 124 |
| Binary | 10111010 | 11110011 | 11001111 | 10111 | 0 | 1111 | 101 | 10001110 | 1000110 | 1010100 |
Color Harmonies of #BAF3CF
Complementary color
Monochromatic Colors of #BAF3CF
Black with #BAF3CF
Text Example
Text Example
White with #BAF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF3CF; }
p { color: rgb(186,243,207); }
H1.HeaderClassName
{
color: #BAF3CF;
}
.AnyTagClassName
{
color: #BAF3CF;
}
</style>
background-color css
<style>
a { background-color: #BAF3CF; }
a { background-color: rgb(186,243,207); }
div.DivClassName
{
background-color: #BAF3CF;
}
.BgClassName
{
background-color: #BAF3CF;
}
</style>
border-color css
<style>
span { border-color: #BAF3CF; }
span { border-color: rgb(186,243,207); }
td.TdClassName
{
border-color: #BAF3CF;
}
.TagClassName
{
border-color: #BAF3CF;
}
</style>