Shades of Aero Blue #BEF3DB
Tints of Aero Blue #BEF3DB
RGB
CMYK
RGB Variations
Color information
#BEF3DB (or 0xBEF3DB) is known color: Aero Blue. HEX triplet: BE, F3 and DB. RGB value is (190,243,219). Sum of RGB (Red+Green+Blue) = 190+243+219=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF3DB is #410C24. Grayscale: #E0E0E0. Windows color (decimal): -4262949 or 14414782. OLE color: 14414782.
HSL color Cylindrical-coordinate representation of color #BEF3DB: hue angle of 152.83º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEF3DB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 219 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.05 |
| HSL | 152.83º | 0.69% | 0.85% | - |
| HSV(B) | 152.83º | 0.22% | 0.95% | - |
| XYZ | 66.07 | 80.16 | 79.01 | - |
| YUV | 224.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 219 | 0.22 | 0 | 0.10 | 0.05 | 152.83 | 0.69 | 0.85 |
| Hex | BE | F3 | DB | 16 | 0 | A | 5 | 99 | 45 | 55 |
| Octal | 276 | 363 | 333 | 26 | 0 | 12 | 5 | 231 | 105 | 125 |
| Binary | 10111110 | 11110011 | 11011011 | 10110 | 0 | 1010 | 101 | 10011001 | 1000101 | 1010101 |
Color Harmonies of #BEF3DB
Complementary color
Monochromatic Colors of #BEF3DB
Black with #BEF3DB
Text Example
Text Example
White with #BEF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF3DB; }
p { color: rgb(190,243,219); }
H1.HeaderClassName
{
color: #BEF3DB;
}
.AnyTagClassName
{
color: #BEF3DB;
}
</style>
background-color css
<style>
a { background-color: #BEF3DB; }
a { background-color: rgb(190,243,219); }
div.DivClassName
{
background-color: #BEF3DB;
}
.BgClassName
{
background-color: #BEF3DB;
}
</style>
border-color css
<style>
span { border-color: #BEF3DB; }
span { border-color: rgb(190,243,219); }
td.TdClassName
{
border-color: #BEF3DB;
}
.TagClassName
{
border-color: #BEF3DB;
}
</style>