Shades of Aero Blue #BFFBDB
Tints of Aero Blue #BFFBDB
RGB
CMYK
RGB Variations
Color information
#BFFBDB (or 0xBFFBDB) is known color: Aero Blue. HEX triplet: BF, FB and DB. RGB value is (191,251,219). Sum of RGB (Red+Green+Blue) = 191+251+219=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBDB is #400424. Grayscale: #E5E5E5. Windows color (decimal): -4195365 or 14416831. OLE color: 14416831.
HSL color Cylindrical-coordinate representation of color #BFFBDB: hue angle of 148º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFFBDB is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 251 | 219 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.02 |
| HSL | 148º | 0.88% | 0.87% | - |
| HSV(B) | 148º | 0.24% | 0.98% | - |
| XYZ | 68.77 | 85.19 | 79.84 | - |
| YUV | 229.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 251 | 219 | 0.24 | 0 | 0.13 | 0.02 | 148 | 0.88 | 0.87 |
| Hex | BF | FB | DB | 18 | 0 | D | 2 | 94 | 58 | 57 |
| Octal | 277 | 373 | 333 | 30 | 0 | 15 | 2 | 224 | 130 | 127 |
| Binary | 10111111 | 11111011 | 11011011 | 11000 | 0 | 1101 | 10 | 10010100 | 1011000 | 1010111 |
Color Harmonies of #BFFBDB
Complementary color
Monochromatic Colors of #BFFBDB
Black with #BFFBDB
Text Example
Text Example
White with #BFFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFBDB; }
p { color: rgb(191,251,219); }
H1.HeaderClassName
{
color: #BFFBDB;
}
.AnyTagClassName
{
color: #BFFBDB;
}
</style>
background-color css
<style>
a { background-color: #BFFBDB; }
a { background-color: rgb(191,251,219); }
div.DivClassName
{
background-color: #BFFBDB;
}
.BgClassName
{
background-color: #BFFBDB;
}
</style>
border-color css
<style>
span { border-color: #BFFBDB; }
span { border-color: rgb(191,251,219); }
td.TdClassName
{
border-color: #BFFBDB;
}
.TagClassName
{
border-color: #BFFBDB;
}
</style>