Shades of Aero Blue #BEEFD7
Tints of Aero Blue #BEEFD7
RGB
CMYK
RGB Variations
Color information
#BEEFD7 (or 0xBEEFD7) is known color: Aero Blue. HEX triplet: BE, EF and D7. RGB value is (190,239,215). Sum of RGB (Red+Green+Blue) = 190+239+215=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD7 is #411028. Grayscale: #DDDDDD. Windows color (decimal): -4263977 or 14151614. OLE color: 14151614.
HSL color Cylindrical-coordinate representation of color #BEEFD7: hue angle of 150.61º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFD7 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 215 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.06 |
| HSL | 150.61º | 0.6% | 0.84% | - |
| HSV(B) | 150.61º | 0.21% | 0.94% | - |
| XYZ | 64.37 | 77.59 | 75.87 | - |
| YUV | 221.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 215 | 0.21 | 0 | 0.10 | 0.06 | 150.61 | 0.6 | 0.84 |
| Hex | BE | EF | D7 | 15 | 0 | A | 6 | 97 | 3C | 54 |
| Octal | 276 | 357 | 327 | 25 | 0 | 12 | 6 | 227 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11010111 | 10101 | 0 | 1010 | 110 | 10010111 | 111100 | 1010100 |
Color Harmonies of #BEEFD7
Complementary color
Monochromatic Colors of #BEEFD7
Black with #BEEFD7
Text Example
Text Example
White with #BEEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFD7; }
p { color: rgb(190,239,215); }
H1.HeaderClassName
{
color: #BEEFD7;
}
.AnyTagClassName
{
color: #BEEFD7;
}
</style>
background-color css
<style>
a { background-color: #BEEFD7; }
a { background-color: rgb(190,239,215); }
div.DivClassName
{
background-color: #BEEFD7;
}
.BgClassName
{
background-color: #BEEFD7;
}
</style>
border-color css
<style>
span { border-color: #BEEFD7; }
span { border-color: rgb(190,239,215); }
td.TdClassName
{
border-color: #BEEFD7;
}
.TagClassName
{
border-color: #BEEFD7;
}
</style>