Shades of Aero Blue #BFF0DB
Tints of Aero Blue #BFF0DB
RGB
CMYK
RGB Variations
Color information
#BFF0DB (or 0xBFF0DB) is known color: Aero Blue. HEX triplet: BF, F0 and DB. RGB value is (191,240,219). Sum of RGB (Red+Green+Blue) = 191+240+219=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0DB is #400F24. Grayscale: #DEDEDE. Windows color (decimal): -4198181 or 14414015. OLE color: 14414015.
HSL color Cylindrical-coordinate representation of color #BFF0DB: hue angle of 154.29º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0DB is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 219 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.06 |
| HSL | 154.29º | 0.62% | 0.85% | - |
| HSV(B) | 154.29º | 0.2% | 0.94% | - |
| XYZ | 65.43 | 78.51 | 78.72 | - |
| YUV | 222.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 219 | 0.20 | 0 | 0.09 | 0.06 | 154.29 | 0.62 | 0.85 |
| Hex | BF | F0 | DB | 14 | 0 | 9 | 6 | 9A | 3E | 55 |
| Octal | 277 | 360 | 333 | 24 | 0 | 11 | 6 | 232 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11011011 | 10100 | 0 | 1001 | 110 | 10011010 | 111110 | 1010101 |
Color Harmonies of #BFF0DB
Complementary color
Monochromatic Colors of #BFF0DB
Black with #BFF0DB
Text Example
Text Example
White with #BFF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0DB; }
p { color: rgb(191,240,219); }
H1.HeaderClassName
{
color: #BFF0DB;
}
.AnyTagClassName
{
color: #BFF0DB;
}
</style>
background-color css
<style>
a { background-color: #BFF0DB; }
a { background-color: rgb(191,240,219); }
div.DivClassName
{
background-color: #BFF0DB;
}
.BgClassName
{
background-color: #BFF0DB;
}
</style>
border-color css
<style>
span { border-color: #BFF0DB; }
span { border-color: rgb(191,240,219); }
td.TdClassName
{
border-color: #BFF0DB;
}
.TagClassName
{
border-color: #BFF0DB;
}
</style>