Shades of Aero Blue #BFF9DB
Tints of Aero Blue #BFF9DB
RGB
CMYK
RGB Variations
Color information
#BFF9DB (or 0xBFF9DB) is known color: Aero Blue. HEX triplet: BF, F9 and DB. RGB value is (191,249,219). Sum of RGB (Red+Green+Blue) = 191+249+219=659 (87% of max value = 765). Red value is 191 (75% from 255 or 28.98% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9DB is #400624. Grayscale: #E4E4E4. Windows color (decimal): -4195877 or 14416319. OLE color: 14416319.
HSL color Cylindrical-coordinate representation of color #BFF9DB: hue angle of 148.97º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF9DB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 219 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.02 |
| HSL | 148.97º | 0.83% | 0.86% | - |
| HSV(B) | 148.97º | 0.23% | 0.98% | - |
| XYZ | 68.15 | 83.94 | 79.63 | - |
| YUV | 228.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 219 | 0.23 | 0 | 0.12 | 0.02 | 148.97 | 0.83 | 0.86 |
| Hex | BF | F9 | DB | 17 | 0 | C | 2 | 95 | 53 | 56 |
| Octal | 277 | 371 | 333 | 27 | 0 | 14 | 2 | 225 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11011011 | 10111 | 0 | 1100 | 10 | 10010101 | 1010011 | 1010110 |
Color Harmonies of #BFF9DB
Complementary color
Monochromatic Colors of #BFF9DB
Black with #BFF9DB
Text Example
Text Example
White with #BFF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9DB; }
p { color: rgb(191,249,219); }
H1.HeaderClassName
{
color: #BFF9DB;
}
.AnyTagClassName
{
color: #BFF9DB;
}
</style>
background-color css
<style>
a { background-color: #BFF9DB; }
a { background-color: rgb(191,249,219); }
div.DivClassName
{
background-color: #BFF9DB;
}
.BgClassName
{
background-color: #BFF9DB;
}
</style>
border-color css
<style>
span { border-color: #BFF9DB; }
span { border-color: rgb(191,249,219); }
td.TdClassName
{
border-color: #BFF9DB;
}
.TagClassName
{
border-color: #BFF9DB;
}
</style>