Shades of Aero Blue #BEFFDB
Tints of Aero Blue #BEFFDB
RGB
CMYK
RGB Variations
Color information
#BEFFDB (or 0xBEFFDB) is known color: Aero Blue. HEX triplet: BE, FF and DB. RGB value is (190,255,219). Sum of RGB (Red+Green+Blue) = 190+255+219=664 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.61% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFDB is #410024. Grayscale: #E7E7E7. Windows color (decimal): -4259877 or 14417854. OLE color: 14417854.
HSL color Cylindrical-coordinate representation of color #BEFFDB: hue angle of 146.77º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFFDB is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 219 | - |
| CMYK | 0.25 | 0 | 0.14 | 0 |
| HSL | 146.77º | 1% | 0.87% | - |
| HSV(B) | 146.77º | 0.25% | 1% | - |
| XYZ | 69.78 | 87.58 | 80.24 | - |
| YUV | 231.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 219 | 0.25 | 0 | 0.14 | 0 | 146.77 | 1 | 0.87 |
| Hex | BE | FF | DB | 19 | 0 | E | 0 | 93 | 64 | 57 |
| Octal | 276 | 377 | 333 | 31 | 0 | 16 | 0 | 223 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11011011 | 11001 | 0 | 1110 | 0 | 10010011 | 1100100 | 1010111 |
Color Harmonies of #BEFFDB
Complementary color
Monochromatic Colors of #BEFFDB
Black with #BEFFDB
Text Example
Text Example
White with #BEFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFDB; }
p { color: rgb(190,255,219); }
H1.HeaderClassName
{
color: #BEFFDB;
}
.AnyTagClassName
{
color: #BEFFDB;
}
</style>
background-color css
<style>
a { background-color: #BEFFDB; }
a { background-color: rgb(190,255,219); }
div.DivClassName
{
background-color: #BEFFDB;
}
.BgClassName
{
background-color: #BEFFDB;
}
</style>
border-color css
<style>
span { border-color: #BEFFDB; }
span { border-color: rgb(190,255,219); }
td.TdClassName
{
border-color: #BEFFDB;
}
.TagClassName
{
border-color: #BEFFDB;
}
</style>