Shades of Aero Blue #BFF6DB
Tints of Aero Blue #BFF6DB
RGB
CMYK
RGB Variations
Color information
#BFF6DB (or 0xBFF6DB) is known color: Aero Blue. HEX triplet: BF, F6 and DB. RGB value is (191,246,219). Sum of RGB (Red+Green+Blue) = 191+246+219=656 (86% of max value = 765). Red value is 191 (75% from 255 or 29.12% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6DB is #400924. Grayscale: #E2E2E2. Windows color (decimal): -4196645 or 14415551. OLE color: 14415551.
HSL color Cylindrical-coordinate representation of color #BFF6DB: hue angle of 150.55º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF6DB is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 246 | 219 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.04 |
| HSL | 150.55º | 0.75% | 0.86% | - |
| HSV(B) | 150.55º | 0.22% | 0.96% | - |
| XYZ | 67.23 | 82.1 | 79.32 | - |
| YUV | 226.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 246 | 219 | 0.22 | 0 | 0.11 | 0.04 | 150.55 | 0.75 | 0.86 |
| Hex | BF | F6 | DB | 16 | 0 | B | 4 | 97 | 4B | 56 |
| Octal | 277 | 366 | 333 | 26 | 0 | 13 | 4 | 227 | 113 | 126 |
| Binary | 10111111 | 11110110 | 11011011 | 10110 | 0 | 1011 | 100 | 10010111 | 1001011 | 1010110 |
Color Harmonies of #BFF6DB
Complementary color
Monochromatic Colors of #BFF6DB
Black with #BFF6DB
Text Example
Text Example
White with #BFF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF6DB; }
p { color: rgb(191,246,219); }
H1.HeaderClassName
{
color: #BFF6DB;
}
.AnyTagClassName
{
color: #BFF6DB;
}
</style>
background-color css
<style>
a { background-color: #BFF6DB; }
a { background-color: rgb(191,246,219); }
div.DivClassName
{
background-color: #BFF6DB;
}
.BgClassName
{
background-color: #BFF6DB;
}
</style>
border-color css
<style>
span { border-color: #BFF6DB; }
span { border-color: rgb(191,246,219); }
td.TdClassName
{
border-color: #BFF6DB;
}
.TagClassName
{
border-color: #BFF6DB;
}
</style>