Shades of Aero Blue #BAEECE
Tints of Aero Blue #BAEECE
RGB
CMYK
RGB Variations
Color information
#BAEECE (or 0xBAEECE) is known color: Aero Blue. HEX triplet: BA, EE and CE. RGB value is (186,238,206). Sum of RGB (Red+Green+Blue) = 186+238+206=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEECE is #451131. Grayscale: #DADADA. Windows color (decimal): -4526386 or 13561530. OLE color: 13561530.
HSL color Cylindrical-coordinate representation of color #BAEECE: hue angle of 143.08º degrees, saturation: 0.6, 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 #BAEECE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 206 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.07 |
| HSL | 143.08º | 0.6% | 0.83% | - |
| HSV(B) | 143.08º | 0.22% | 0.93% | - |
| XYZ | 61.96 | 76.04 | 69.8 | - |
| YUV | 218.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 206 | 0.22 | 0 | 0.13 | 0.07 | 143.08 | 0.6 | 0.83 |
| Hex | BA | EE | CE | 16 | 0 | D | 7 | 8F | 3C | 53 |
| Octal | 272 | 356 | 316 | 26 | 0 | 15 | 7 | 217 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11001110 | 10110 | 0 | 1101 | 111 | 10001111 | 111100 | 1010011 |
Color Harmonies of #BAEECE
Complementary color
Monochromatic Colors of #BAEECE
Black with #BAEECE
Text Example
Text Example
White with #BAEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEECE; }
p { color: rgb(186,238,206); }
H1.HeaderClassName
{
color: #BAEECE;
}
.AnyTagClassName
{
color: #BAEECE;
}
</style>
background-color css
<style>
a { background-color: #BAEECE; }
a { background-color: rgb(186,238,206); }
div.DivClassName
{
background-color: #BAEECE;
}
.BgClassName
{
background-color: #BAEECE;
}
</style>
border-color css
<style>
span { border-color: #BAEECE; }
span { border-color: rgb(186,238,206); }
td.TdClassName
{
border-color: #BAEECE;
}
.TagClassName
{
border-color: #BAEECE;
}
</style>