Shades of Aero Blue #BEFDD8
Tints of Aero Blue #BEFDD8
RGB
CMYK
RGB Variations
Color information
#BEFDD8 (or 0xBEFDD8) is known color: Aero Blue. HEX triplet: BE, FD and D8. RGB value is (190,253,216). Sum of RGB (Red+Green+Blue) = 190+253+216=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDD8 is #410227. Grayscale: #E6E6E6. Windows color (decimal): -4260392 or 14220734. OLE color: 14220734.
HSL color Cylindrical-coordinate representation of color #BEFDD8: hue angle of 144.76º 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 #BEFDD8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 216 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.01 |
| HSL | 144.76º | 0.94% | 0.87% | - |
| HSV(B) | 144.76º | 0.25% | 0.99% | - |
| XYZ | 68.76 | 86.16 | 77.97 | - |
| YUV | 229.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 216 | 0.25 | 0 | 0.15 | 0.01 | 144.76 | 0.94 | 0.87 |
| Hex | BE | FD | D8 | 19 | 0 | F | 1 | 91 | 5E | 57 |
| Octal | 276 | 375 | 330 | 31 | 0 | 17 | 1 | 221 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11011000 | 11001 | 0 | 1111 | 1 | 10010001 | 1011110 | 1010111 |
Color Harmonies of #BEFDD8
Complementary color
Monochromatic Colors of #BEFDD8
Black with #BEFDD8
Text Example
Text Example
White with #BEFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDD8; }
p { color: rgb(190,253,216); }
H1.HeaderClassName
{
color: #BEFDD8;
}
.AnyTagClassName
{
color: #BEFDD8;
}
</style>
background-color css
<style>
a { background-color: #BEFDD8; }
a { background-color: rgb(190,253,216); }
div.DivClassName
{
background-color: #BEFDD8;
}
.BgClassName
{
background-color: #BEFDD8;
}
</style>
border-color css
<style>
span { border-color: #BEFDD8; }
span { border-color: rgb(190,253,216); }
td.TdClassName
{
border-color: #BEFDD8;
}
.TagClassName
{
border-color: #BEFDD8;
}
</style>