Shades of Aero Blue #BFF4DB
Tints of Aero Blue #BFF4DB
RGB
CMYK
RGB Variations
Color information
#BFF4DB (or 0xBFF4DB) is known color: Aero Blue. HEX triplet: BF, F4 and DB. RGB value is (191,244,219). Sum of RGB (Red+Green+Blue) = 191+244+219=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF4DB is #400B24. Grayscale: #E1E1E1. Windows color (decimal): -4197157 or 14415039. OLE color: 14415039.
HSL color Cylindrical-coordinate representation of color #BFF4DB: hue angle of 151.7º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF4DB is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 244 | 219 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.04 |
| HSL | 151.7º | 0.71% | 0.85% | - |
| HSV(B) | 151.7º | 0.22% | 0.96% | - |
| XYZ | 66.62 | 80.89 | 79.12 | - |
| YUV | 225.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 244 | 219 | 0.22 | 0 | 0.10 | 0.04 | 151.7 | 0.71 | 0.85 |
| Hex | BF | F4 | DB | 16 | 0 | A | 4 | 98 | 47 | 55 |
| Octal | 277 | 364 | 333 | 26 | 0 | 12 | 4 | 230 | 107 | 125 |
| Binary | 10111111 | 11110100 | 11011011 | 10110 | 0 | 1010 | 100 | 10011000 | 1000111 | 1010101 |
Color Harmonies of #BFF4DB
Complementary color
Monochromatic Colors of #BFF4DB
Black with #BFF4DB
Text Example
Text Example
White with #BFF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF4DB; }
p { color: rgb(191,244,219); }
H1.HeaderClassName
{
color: #BFF4DB;
}
.AnyTagClassName
{
color: #BFF4DB;
}
</style>
background-color css
<style>
a { background-color: #BFF4DB; }
a { background-color: rgb(191,244,219); }
div.DivClassName
{
background-color: #BFF4DB;
}
.BgClassName
{
background-color: #BFF4DB;
}
</style>
border-color css
<style>
span { border-color: #BFF4DB; }
span { border-color: rgb(191,244,219); }
td.TdClassName
{
border-color: #BFF4DB;
}
.TagClassName
{
border-color: #BFF4DB;
}
</style>