Shades of Aero Blue #BFFDD8
Tints of Aero Blue #BFFDD8
RGB
CMYK
RGB Variations
Color information
#BFFDD8 (or 0xBFFDD8) is known color: Aero Blue. HEX triplet: BF, FD and D8. RGB value is (191,253,216). Sum of RGB (Red+Green+Blue) = 191+253+216=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD8 is #400227. Grayscale: #E6E6E6. Windows color (decimal): -4194856 or 14220735. OLE color: 14220735.
HSL color Cylindrical-coordinate representation of color #BFFDD8: hue angle of 144.19º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDD8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 216 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.01 |
| HSL | 144.19º | 0.94% | 0.87% | - |
| HSV(B) | 144.19º | 0.25% | 0.99% | - |
| XYZ | 69.01 | 86.28 | 77.98 | - |
| YUV | 230.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 216 | 0.25 | 0 | 0.15 | 0.01 | 144.19 | 0.94 | 0.87 |
| Hex | BF | FD | D8 | 19 | 0 | F | 1 | 90 | 5E | 57 |
| Octal | 277 | 375 | 330 | 31 | 0 | 17 | 1 | 220 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11011000 | 11001 | 0 | 1111 | 1 | 10010000 | 1011110 | 1010111 |
Color Harmonies of #BFFDD8
Complementary color
Monochromatic Colors of #BFFDD8
Black with #BFFDD8
Text Example
Text Example
White with #BFFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDD8; }
p { color: rgb(191,253,216); }
H1.HeaderClassName
{
color: #BFFDD8;
}
.AnyTagClassName
{
color: #BFFDD8;
}
</style>
background-color css
<style>
a { background-color: #BFFDD8; }
a { background-color: rgb(191,253,216); }
div.DivClassName
{
background-color: #BFFDD8;
}
.BgClassName
{
background-color: #BFFDD8;
}
</style>
border-color css
<style>
span { border-color: #BFFDD8; }
span { border-color: rgb(191,253,216); }
td.TdClassName
{
border-color: #BFFDD8;
}
.TagClassName
{
border-color: #BFFDD8;
}
</style>