Shades of Aero Blue #BAEFD3
Tints of Aero Blue #BAEFD3
RGB
CMYK
RGB Variations
Color information
#BAEFD3 (or 0xBAEFD3) is known color: Aero Blue. HEX triplet: BA, EF and D3. RGB value is (186,239,211). Sum of RGB (Red+Green+Blue) = 186+239+211=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD3 is #45102C. Grayscale: #DCDCDC. Windows color (decimal): -4526125 or 13889466. OLE color: 13889466.
HSL color Cylindrical-coordinate representation of color #BAEFD3: hue angle of 148.3º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFD3 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 211 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.06 |
| HSL | 148.3º | 0.62% | 0.83% | - |
| HSV(B) | 148.3º | 0.22% | 0.94% | - |
| XYZ | 62.87 | 76.88 | 73.15 | - |
| YUV | 219.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 211 | 0.22 | 0 | 0.12 | 0.06 | 148.3 | 0.62 | 0.83 |
| Hex | BA | EF | D3 | 16 | 0 | C | 6 | 94 | 3E | 53 |
| Octal | 272 | 357 | 323 | 26 | 0 | 14 | 6 | 224 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11010011 | 10110 | 0 | 1100 | 110 | 10010100 | 111110 | 1010011 |
Color Harmonies of #BAEFD3
Complementary color
Monochromatic Colors of #BAEFD3
Black with #BAEFD3
Text Example
Text Example
White with #BAEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFD3; }
p { color: rgb(186,239,211); }
H1.HeaderClassName
{
color: #BAEFD3;
}
.AnyTagClassName
{
color: #BAEFD3;
}
</style>
background-color css
<style>
a { background-color: #BAEFD3; }
a { background-color: rgb(186,239,211); }
div.DivClassName
{
background-color: #BAEFD3;
}
.BgClassName
{
background-color: #BAEFD3;
}
</style>
border-color css
<style>
span { border-color: #BAEFD3; }
span { border-color: rgb(186,239,211); }
td.TdClassName
{
border-color: #BAEFD3;
}
.TagClassName
{
border-color: #BAEFD3;
}
</style>