Shades of Aero Blue #BEF9DB
Tints of Aero Blue #BEF9DB
RGB
CMYK
RGB Variations
Color information
#BEF9DB (or 0xBEF9DB) is known color: Aero Blue. HEX triplet: BE, F9 and DB. RGB value is (190,249,219). Sum of RGB (Red+Green+Blue) = 190+249+219=658 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.88% from 658); Green value is 249 (97.66% from 255 or 37.84% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9DB is #410624. Grayscale: #E4E4E4. Windows color (decimal): -4261413 or 14416318. OLE color: 14416318.
HSL color Cylindrical-coordinate representation of color #BEF9DB: hue angle of 149.49º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9DB is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 219 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.02 |
| HSL | 149.49º | 0.83% | 0.86% | - |
| HSV(B) | 149.49º | 0.24% | 0.98% | - |
| XYZ | 67.9 | 83.81 | 79.62 | - |
| YUV | 227.94 | 122.95 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 219 | 0.24 | 0 | 0.12 | 0.02 | 149.49 | 0.83 | 0.86 |
| Hex | BE | F9 | DB | 18 | 0 | C | 2 | 95 | 53 | 56 |
| Octal | 276 | 371 | 333 | 30 | 0 | 14 | 2 | 225 | 123 | 126 |
| Binary | 10111110 | 11111001 | 11011011 | 11000 | 0 | 1100 | 10 | 10010101 | 1010011 | 1010110 |
Color Harmonies of #BEF9DB
Complementary color
Monochromatic Colors of #BEF9DB
Black with #BEF9DB
Text Example
Text Example
White with #BEF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9DB; }
p { color: rgb(190,249,219); }
H1.HeaderClassName
{
color: #BEF9DB;
}
.AnyTagClassName
{
color: #BEF9DB;
}
</style>
background-color css
<style>
a { background-color: #BEF9DB; }
a { background-color: rgb(190,249,219); }
div.DivClassName
{
background-color: #BEF9DB;
}
.BgClassName
{
background-color: #BEF9DB;
}
</style>
border-color css
<style>
span { border-color: #BEF9DB; }
span { border-color: rgb(190,249,219); }
td.TdClassName
{
border-color: #BEF9DB;
}
.TagClassName
{
border-color: #BEF9DB;
}
</style>