Shades of Aero Blue #BEFDD9
Tints of Aero Blue #BEFDD9
RGB
CMYK
RGB Variations
Color information
#BEFDD9 (or 0xBEFDD9) is known color: Aero Blue. HEX triplet: BE, FD and D9. RGB value is (190,253,217). Sum of RGB (Red+Green+Blue) = 190+253+217=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 217 (85.16% from 255 or 32.88% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD9 is #410226. Grayscale: #E6E6E6. Windows color (decimal): -4260391 or 14286270. OLE color: 14286270.
HSL color Cylindrical-coordinate representation of color #BEFDD9: hue angle of 145.71º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFDD9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 217 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.01 |
| HSL | 145.71º | 0.94% | 0.87% | - |
| HSV(B) | 145.71º | 0.25% | 0.99% | - |
| XYZ | 68.88 | 86.21 | 78.65 | - |
| YUV | 230.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 217 | 0.25 | 0 | 0.14 | 0.01 | 145.71 | 0.94 | 0.87 |
| Hex | BE | FD | D9 | 19 | 0 | E | 1 | 92 | 5E | 57 |
| Octal | 276 | 375 | 331 | 31 | 0 | 16 | 1 | 222 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11011001 | 11001 | 0 | 1110 | 1 | 10010010 | 1011110 | 1010111 |
Color Harmonies of #BEFDD9
Complementary color
Monochromatic Colors of #BEFDD9
Black with #BEFDD9
Text Example
Text Example
White with #BEFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDD9; }
p { color: rgb(190,253,217); }
H1.HeaderClassName
{
color: #BEFDD9;
}
.AnyTagClassName
{
color: #BEFDD9;
}
</style>
background-color css
<style>
a { background-color: #BEFDD9; }
a { background-color: rgb(190,253,217); }
div.DivClassName
{
background-color: #BEFDD9;
}
.BgClassName
{
background-color: #BEFDD9;
}
</style>
border-color css
<style>
span { border-color: #BEFDD9; }
span { border-color: rgb(190,253,217); }
td.TdClassName
{
border-color: #BEFDD9;
}
.TagClassName
{
border-color: #BEFDD9;
}
</style>