Shades of Aero Blue #BEFDDB
Tints of Aero Blue #BEFDDB
RGB
CMYK
RGB Variations
Color information
#BEFDDB (or 0xBEFDDB) is known color: Aero Blue. HEX triplet: BE, FD and DB. RGB value is (190,253,219). Sum of RGB (Red+Green+Blue) = 190+253+219=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFDDB is #410224. Grayscale: #E6E6E6. Windows color (decimal): -4260389 or 14417342. OLE color: 14417342.
HSL color Cylindrical-coordinate representation of color #BEFDDB: hue angle of 147.62º 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 #BEFDDB is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 190 | 253 | 219 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.01 |
| HSL | 147.62º | 0.94% | 0.87% | - |
| HSV(B) | 147.62º | 0.25% | 0.99% | - |
| XYZ | 69.15 | 86.31 | 80.03 | - |
| YUV | 230.29 | 121.63 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 253 | 219 | 0.25 | 0 | 0.13 | 0.01 | 147.62 | 0.94 | 0.87 |
| Hex | BE | FD | DB | 19 | 0 | D | 1 | 94 | 5E | 57 |
| Octal | 276 | 375 | 333 | 31 | 0 | 15 | 1 | 224 | 136 | 127 |
| Binary | 10111110 | 11111101 | 11011011 | 11001 | 0 | 1101 | 1 | 10010100 | 1011110 | 1010111 |
Color Harmonies of #BEFDDB
Complementary color
Monochromatic Colors of #BEFDDB
Black with #BEFDDB
Text Example
Text Example
White with #BEFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFDDB; }
p { color: rgb(190,253,219); }
H1.HeaderClassName
{
color: #BEFDDB;
}
.AnyTagClassName
{
color: #BEFDDB;
}
</style>
background-color css
<style>
a { background-color: #BEFDDB; }
a { background-color: rgb(190,253,219); }
div.DivClassName
{
background-color: #BEFDDB;
}
.BgClassName
{
background-color: #BEFDDB;
}
</style>
border-color css
<style>
span { border-color: #BEFDDB; }
span { border-color: rgb(190,253,219); }
td.TdClassName
{
border-color: #BEFDDB;
}
.TagClassName
{
border-color: #BEFDDB;
}
</style>