Shades of Aero Blue #BEEFD6
Tints of Aero Blue #BEEFD6
RGB
CMYK
RGB Variations
Color information
#BEEFD6 (or 0xBEEFD6) is known color: Aero Blue. HEX triplet: BE, EF and D6. RGB value is (190,239,214). Sum of RGB (Red+Green+Blue) = 190+239+214=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFD6 is #411029. Grayscale: #DDDDDD. Windows color (decimal): -4263978 or 14086078. OLE color: 14086078.
HSL color Cylindrical-coordinate representation of color #BEEFD6: hue angle of 149.39º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFD6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 214 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.06 |
| HSL | 149.39º | 0.6% | 0.84% | - |
| HSV(B) | 149.39º | 0.21% | 0.94% | - |
| XYZ | 64.24 | 77.54 | 75.2 | - |
| YUV | 221.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 214 | 0.21 | 0 | 0.10 | 0.06 | 149.39 | 0.6 | 0.84 |
| Hex | BE | EF | D6 | 15 | 0 | A | 6 | 95 | 3C | 54 |
| Octal | 276 | 357 | 326 | 25 | 0 | 12 | 6 | 225 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11010110 | 10101 | 0 | 1010 | 110 | 10010101 | 111100 | 1010100 |
Color Harmonies of #BEEFD6
Complementary color
Monochromatic Colors of #BEEFD6
Black with #BEEFD6
Text Example
Text Example
White with #BEEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFD6; }
p { color: rgb(190,239,214); }
H1.HeaderClassName
{
color: #BEEFD6;
}
.AnyTagClassName
{
color: #BEEFD6;
}
</style>
background-color css
<style>
a { background-color: #BEEFD6; }
a { background-color: rgb(190,239,214); }
div.DivClassName
{
background-color: #BEEFD6;
}
.BgClassName
{
background-color: #BEEFD6;
}
</style>
border-color css
<style>
span { border-color: #BEEFD6; }
span { border-color: rgb(190,239,214); }
td.TdClassName
{
border-color: #BEEFD6;
}
.TagClassName
{
border-color: #BEEFD6;
}
</style>