Shades of Aero Blue #BEFFD6
Tints of Aero Blue #BEFFD6
RGB
CMYK
RGB Variations
Color information
#BEFFD6 (or 0xBEFFD6) is known color: Aero Blue. HEX triplet: BE, FF and D6. RGB value is (190,255,214). Sum of RGB (Red+Green+Blue) = 190+255+214=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFFD6 is #410029. Grayscale: #E6E6E6. Windows color (decimal): -4259882 or 14090174. OLE color: 14090174.
HSL color Cylindrical-coordinate representation of color #BEFFD6: hue angle of 142.15º 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 #BEFFD6 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 214 | - |
| CMYK | 0.25 | 0 | 0.16 | 0 |
| HSL | 142.15º | 1% | 0.87% | - |
| HSV(B) | 142.15º | 0.25% | 1% | - |
| XYZ | 69.13 | 87.32 | 76.83 | - |
| YUV | 230.89 | 118.47 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 214 | 0.25 | 0 | 0.16 | 0 | 142.15 | 1 | 0.87 |
| Hex | BE | FF | D6 | 19 | 0 | 10 | 0 | 8E | 64 | 57 |
| Octal | 276 | 377 | 326 | 31 | 0 | 20 | 0 | 216 | 144 | 127 |
| Binary | 10111110 | 11111111 | 11010110 | 11001 | 0 | 10000 | 0 | 10001110 | 1100100 | 1010111 |
Color Harmonies of #BEFFD6
Complementary color
Monochromatic Colors of #BEFFD6
Black with #BEFFD6
Text Example
Text Example
White with #BEFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFFD6; }
p { color: rgb(190,255,214); }
H1.HeaderClassName
{
color: #BEFFD6;
}
.AnyTagClassName
{
color: #BEFFD6;
}
</style>
background-color css
<style>
a { background-color: #BEFFD6; }
a { background-color: rgb(190,255,214); }
div.DivClassName
{
background-color: #BEFFD6;
}
.BgClassName
{
background-color: #BEFFD6;
}
</style>
border-color css
<style>
span { border-color: #BEFFD6; }
span { border-color: rgb(190,255,214); }
td.TdClassName
{
border-color: #BEFFD6;
}
.TagClassName
{
border-color: #BEFFD6;
}
</style>