Shades of Aero Blue #BEEFD5
Tints of Aero Blue #BEEFD5
RGB
CMYK
RGB Variations
Color information
#BEEFD5 (or 0xBEEFD5) is known color: Aero Blue. HEX triplet: BE, EF and D5. RGB value is (190,239,213). Sum of RGB (Red+Green+Blue) = 190+239+213=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD5 is #41102A. Grayscale: #DDDDDD. Windows color (decimal): -4263979 or 14020542. OLE color: 14020542.
HSL color Cylindrical-coordinate representation of color #BEEFD5: hue angle of 148.16º 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 #BEEFD5 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 213 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.06 |
| HSL | 148.16º | 0.6% | 0.84% | - |
| HSV(B) | 148.16º | 0.21% | 0.94% | - |
| XYZ | 64.11 | 77.48 | 74.53 | - |
| YUV | 221.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 213 | 0.21 | 0 | 0.11 | 0.06 | 148.16 | 0.6 | 0.84 |
| Hex | BE | EF | D5 | 15 | 0 | B | 6 | 94 | 3C | 54 |
| Octal | 276 | 357 | 325 | 25 | 0 | 13 | 6 | 224 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11010101 | 10101 | 0 | 1011 | 110 | 10010100 | 111100 | 1010100 |
Color Harmonies of #BEEFD5
Complementary color
Monochromatic Colors of #BEEFD5
Black with #BEEFD5
Text Example
Text Example
White with #BEEFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFD5; }
p { color: rgb(190,239,213); }
H1.HeaderClassName
{
color: #BEEFD5;
}
.AnyTagClassName
{
color: #BEEFD5;
}
</style>
background-color css
<style>
a { background-color: #BEEFD5; }
a { background-color: rgb(190,239,213); }
div.DivClassName
{
background-color: #BEEFD5;
}
.BgClassName
{
background-color: #BEEFD5;
}
</style>
border-color css
<style>
span { border-color: #BEEFD5; }
span { border-color: rgb(190,239,213); }
td.TdClassName
{
border-color: #BEEFD5;
}
.TagClassName
{
border-color: #BEEFD5;
}
</style>