Shades of Aero Blue #BEF8DD
Tints of Aero Blue #BEF8DD
RGB
CMYK
RGB Variations
Color information
#BEF8DD (or 0xBEF8DD) is known color: Aero Blue. HEX triplet: BE, F8 and DD. RGB value is (190,248,221). Sum of RGB (Red+Green+Blue) = 190+248+221=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF8DD is #410722. Grayscale: #E3E3E3. Windows color (decimal): -4261667 or 14547134. OLE color: 14547134.
HSL color Cylindrical-coordinate representation of color #BEF8DD: hue angle of 152.07º degrees, saturation: 0.81, 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 #BEF8DD is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 221 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.03 |
| HSL | 152.07º | 0.81% | 0.86% | - |
| HSV(B) | 152.07º | 0.23% | 0.97% | - |
| XYZ | 67.85 | 83.3 | 80.91 | - |
| YUV | 227.58 | 124.28 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 221 | 0.23 | 0 | 0.11 | 0.03 | 152.07 | 0.81 | 0.86 |
| Hex | BE | F8 | DD | 17 | 0 | B | 3 | 98 | 51 | 56 |
| Octal | 276 | 370 | 335 | 27 | 0 | 13 | 3 | 230 | 121 | 126 |
| Binary | 10111110 | 11111000 | 11011101 | 10111 | 0 | 1011 | 11 | 10011000 | 1010001 | 1010110 |
Color Harmonies of #BEF8DD
Complementary color
Monochromatic Colors of #BEF8DD
Black with #BEF8DD
Text Example
Text Example
White with #BEF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF8DD; }
p { color: rgb(190,248,221); }
H1.HeaderClassName
{
color: #BEF8DD;
}
.AnyTagClassName
{
color: #BEF8DD;
}
</style>
background-color css
<style>
a { background-color: #BEF8DD; }
a { background-color: rgb(190,248,221); }
div.DivClassName
{
background-color: #BEF8DD;
}
.BgClassName
{
background-color: #BEF8DD;
}
</style>
border-color css
<style>
span { border-color: #BEF8DD; }
span { border-color: rgb(190,248,221); }
td.TdClassName
{
border-color: #BEF8DD;
}
.TagClassName
{
border-color: #BEF8DD;
}
</style>