Shades of Aero Blue #BEF7DB
Tints of Aero Blue #BEF7DB
RGB
CMYK
RGB Variations
Color information
#BEF7DB (or 0xBEF7DB) is known color: Aero Blue. HEX triplet: BE, F7 and DB. RGB value is (190,247,219). Sum of RGB (Red+Green+Blue) = 190+247+219=656 (86% of max value = 765). Red value is 190 (74.61% from 255 or 28.96% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF7DB is #410824. Grayscale: #E2E2E2. Windows color (decimal): -4261925 or 14415806. OLE color: 14415806.
HSL color Cylindrical-coordinate representation of color #BEF7DB: hue angle of 150.53º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEF7DB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 219 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.03 |
| HSL | 150.53º | 0.78% | 0.86% | - |
| HSV(B) | 150.53º | 0.23% | 0.97% | - |
| XYZ | 67.28 | 82.58 | 79.41 | - |
| YUV | 226.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 219 | 0.23 | 0 | 0.11 | 0.03 | 150.53 | 0.78 | 0.86 |
| Hex | BE | F7 | DB | 17 | 0 | B | 3 | 97 | 4E | 56 |
| Octal | 276 | 367 | 333 | 27 | 0 | 13 | 3 | 227 | 116 | 126 |
| Binary | 10111110 | 11110111 | 11011011 | 10111 | 0 | 1011 | 11 | 10010111 | 1001110 | 1010110 |
Color Harmonies of #BEF7DB
Complementary color
Monochromatic Colors of #BEF7DB
Black with #BEF7DB
Text Example
Text Example
White with #BEF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF7DB; }
p { color: rgb(190,247,219); }
H1.HeaderClassName
{
color: #BEF7DB;
}
.AnyTagClassName
{
color: #BEF7DB;
}
</style>
background-color css
<style>
a { background-color: #BEF7DB; }
a { background-color: rgb(190,247,219); }
div.DivClassName
{
background-color: #BEF7DB;
}
.BgClassName
{
background-color: #BEF7DB;
}
</style>
border-color css
<style>
span { border-color: #BEF7DB; }
span { border-color: rgb(190,247,219); }
td.TdClassName
{
border-color: #BEF7DB;
}
.TagClassName
{
border-color: #BEF7DB;
}
</style>