Shades of Aero Blue #BAEDCD
Tints of Aero Blue #BAEDCD
RGB
CMYK
RGB Variations
Color information
#BAEDCD (or 0xBAEDCD) is known color: Aero Blue. HEX triplet: BA, ED and CD. RGB value is (186,237,205). Sum of RGB (Red+Green+Blue) = 186+237+205=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDCD is #451232. Grayscale: #DADADA. Windows color (decimal): -4526643 or 13495738. OLE color: 13495738.
HSL color Cylindrical-coordinate representation of color #BAEDCD: hue angle of 142.35º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDCD is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 205 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.07 |
| HSL | 142.35º | 0.59% | 0.83% | - |
| HSV(B) | 142.35º | 0.22% | 0.93% | - |
| XYZ | 61.55 | 75.42 | 69.07 | - |
| YUV | 218.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 205 | 0.22 | 0 | 0.14 | 0.07 | 142.35 | 0.59 | 0.83 |
| Hex | BA | ED | CD | 16 | 0 | E | 7 | 8E | 3B | 53 |
| Octal | 272 | 355 | 315 | 26 | 0 | 16 | 7 | 216 | 73 | 123 |
| Binary | 10111010 | 11101101 | 11001101 | 10110 | 0 | 1110 | 111 | 10001110 | 111011 | 1010011 |
Color Harmonies of #BAEDCD
Complementary color
Monochromatic Colors of #BAEDCD
Black with #BAEDCD
Text Example
Text Example
White with #BAEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDCD; }
p { color: rgb(186,237,205); }
H1.HeaderClassName
{
color: #BAEDCD;
}
.AnyTagClassName
{
color: #BAEDCD;
}
</style>
background-color css
<style>
a { background-color: #BAEDCD; }
a { background-color: rgb(186,237,205); }
div.DivClassName
{
background-color: #BAEDCD;
}
.BgClassName
{
background-color: #BAEDCD;
}
</style>
border-color css
<style>
span { border-color: #BAEDCD; }
span { border-color: rgb(186,237,205); }
td.TdClassName
{
border-color: #BAEDCD;
}
.TagClassName
{
border-color: #BAEDCD;
}
</style>