Shades of Aero Blue #BFF8DB
Tints of Aero Blue #BFF8DB
RGB
CMYK
RGB Variations
Color information
#BFF8DB (or 0xBFF8DB) is known color: Aero Blue. HEX triplet: BF, F8 and DB. RGB value is (191,248,219). Sum of RGB (Red+Green+Blue) = 191+248+219=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF8DB is #400724. Grayscale: #E3E3E3. Windows color (decimal): -4196133 or 14416063. OLE color: 14416063.
HSL color Cylindrical-coordinate representation of color #BFF8DB: hue angle of 149.47º degrees, saturation: 0.8, 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 #BFF8DB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 219 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.03 |
| HSL | 149.47º | 0.8% | 0.86% | - |
| HSV(B) | 149.47º | 0.23% | 0.97% | - |
| XYZ | 67.84 | 83.33 | 79.53 | - |
| YUV | 227.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 219 | 0.23 | 0 | 0.12 | 0.03 | 149.47 | 0.8 | 0.86 |
| Hex | BF | F8 | DB | 17 | 0 | C | 3 | 95 | 50 | 56 |
| Octal | 277 | 370 | 333 | 27 | 0 | 14 | 3 | 225 | 120 | 126 |
| Binary | 10111111 | 11111000 | 11011011 | 10111 | 0 | 1100 | 11 | 10010101 | 1010000 | 1010110 |
Color Harmonies of #BFF8DB
Complementary color
Monochromatic Colors of #BFF8DB
Black with #BFF8DB
Text Example
Text Example
White with #BFF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF8DB; }
p { color: rgb(191,248,219); }
H1.HeaderClassName
{
color: #BFF8DB;
}
.AnyTagClassName
{
color: #BFF8DB;
}
</style>
background-color css
<style>
a { background-color: #BFF8DB; }
a { background-color: rgb(191,248,219); }
div.DivClassName
{
background-color: #BFF8DB;
}
.BgClassName
{
background-color: #BFF8DB;
}
</style>
border-color css
<style>
span { border-color: #BFF8DB; }
span { border-color: rgb(191,248,219); }
td.TdClassName
{
border-color: #BFF8DB;
}
.TagClassName
{
border-color: #BFF8DB;
}
</style>