Shades of Aero Blue #BFF7DB
Tints of Aero Blue #BFF7DB
RGB
CMYK
RGB Variations
Color information
#BFF7DB (or 0xBFF7DB) is known color: Aero Blue. HEX triplet: BF, F7 and DB. RGB value is (191,247,219). Sum of RGB (Red+Green+Blue) = 191+247+219=657 (87% of max value = 765). Red value is 191 (75% from 255 or 29.07% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7DB is #400824. Grayscale: #E3E3E3. Windows color (decimal): -4196389 or 14415807. OLE color: 14415807.
HSL color Cylindrical-coordinate representation of color #BFF7DB: hue angle of 150º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7DB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 219 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.03 |
| HSL | 150º | 0.78% | 0.86% | - |
| HSV(B) | 150º | 0.23% | 0.97% | - |
| XYZ | 67.53 | 82.71 | 79.42 | - |
| YUV | 227.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 219 | 0.23 | 0 | 0.11 | 0.03 | 150 | 0.78 | 0.86 |
| Hex | BF | F7 | DB | 17 | 0 | B | 3 | 96 | 4E | 56 |
| Octal | 277 | 367 | 333 | 27 | 0 | 13 | 3 | 226 | 116 | 126 |
| Binary | 10111111 | 11110111 | 11011011 | 10111 | 0 | 1011 | 11 | 10010110 | 1001110 | 1010110 |
Color Harmonies of #BFF7DB
Complementary color
Monochromatic Colors of #BFF7DB
Black with #BFF7DB
Text Example
Text Example
White with #BFF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7DB; }
p { color: rgb(191,247,219); }
H1.HeaderClassName
{
color: #BFF7DB;
}
.AnyTagClassName
{
color: #BFF7DB;
}
</style>
background-color css
<style>
a { background-color: #BFF7DB; }
a { background-color: rgb(191,247,219); }
div.DivClassName
{
background-color: #BFF7DB;
}
.BgClassName
{
background-color: #BFF7DB;
}
</style>
border-color css
<style>
span { border-color: #BFF7DB; }
span { border-color: rgb(191,247,219); }
td.TdClassName
{
border-color: #BFF7DB;
}
.TagClassName
{
border-color: #BFF7DB;
}
</style>