Shades of Aero Blue #BFF1DA
Tints of Aero Blue #BFF1DA
RGB
CMYK
RGB Variations
Color information
#BFF1DA (or 0xBFF1DA) is known color: Aero Blue. HEX triplet: BF, F1 and DA. RGB value is (191,241,218). Sum of RGB (Red+Green+Blue) = 191+241+218=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF1DA is #400E25. Grayscale: #DFDFDF. Windows color (decimal): -4197926 or 14348735. OLE color: 14348735.
HSL color Cylindrical-coordinate representation of color #BFF1DA: hue angle of 152.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF1DA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 241 | 218 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 152.4º | 0.64% | 0.85% | - |
| HSV(B) | 152.4º | 0.21% | 0.95% | - |
| XYZ | 65.6 | 79.05 | 78.13 | - |
| YUV | 223.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 241 | 218 | 0.21 | 0 | 0.10 | 0.05 | 152.4 | 0.64 | 0.85 |
| Hex | BF | F1 | DA | 15 | 0 | A | 5 | 98 | 40 | 55 |
| Octal | 277 | 361 | 332 | 25 | 0 | 12 | 5 | 230 | 100 | 125 |
| Binary | 10111111 | 11110001 | 11011010 | 10101 | 0 | 1010 | 101 | 10011000 | 1000000 | 1010101 |
Color Harmonies of #BFF1DA
Complementary color
Monochromatic Colors of #BFF1DA
Black with #BFF1DA
Text Example
Text Example
White with #BFF1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF1DA; }
p { color: rgb(191,241,218); }
H1.HeaderClassName
{
color: #BFF1DA;
}
.AnyTagClassName
{
color: #BFF1DA;
}
</style>
background-color css
<style>
a { background-color: #BFF1DA; }
a { background-color: rgb(191,241,218); }
div.DivClassName
{
background-color: #BFF1DA;
}
.BgClassName
{
background-color: #BFF1DA;
}
</style>
border-color css
<style>
span { border-color: #BFF1DA; }
span { border-color: rgb(191,241,218); }
td.TdClassName
{
border-color: #BFF1DA;
}
.TagClassName
{
border-color: #BFF1DA;
}
</style>