Shades of Aero Blue #BFFDDD
Tints of Aero Blue #BFFDDD
RGB
CMYK
RGB Variations
Color information
#BFFDDD (or 0xBFFDDD) is known color: Aero Blue. HEX triplet: BF, FD and DD. RGB value is (191,253,221). Sum of RGB (Red+Green+Blue) = 191+253+221=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDDD is #400222. Grayscale: #E6E6E6. Windows color (decimal): -4194851 or 14548415. OLE color: 14548415.
HSL color Cylindrical-coordinate representation of color #BFFDDD: hue angle of 149.03º 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 #BFFDDD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 221 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.01 |
| HSL | 149.03º | 0.94% | 0.87% | - |
| HSV(B) | 149.03º | 0.25% | 0.99% | - |
| XYZ | 69.66 | 86.55 | 81.44 | - |
| YUV | 230.81 | 122.46 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 221 | 0.25 | 0 | 0.13 | 0.01 | 149.03 | 0.94 | 0.87 |
| Hex | BF | FD | DD | 19 | 0 | D | 1 | 95 | 5E | 57 |
| Octal | 277 | 375 | 335 | 31 | 0 | 15 | 1 | 225 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11011101 | 11001 | 0 | 1101 | 1 | 10010101 | 1011110 | 1010111 |
Color Harmonies of #BFFDDD
Complementary color
Monochromatic Colors of #BFFDDD
Black with #BFFDDD
Text Example
Text Example
White with #BFFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDDD; }
p { color: rgb(191,253,221); }
H1.HeaderClassName
{
color: #BFFDDD;
}
.AnyTagClassName
{
color: #BFFDDD;
}
</style>
background-color css
<style>
a { background-color: #BFFDDD; }
a { background-color: rgb(191,253,221); }
div.DivClassName
{
background-color: #BFFDDD;
}
.BgClassName
{
background-color: #BFFDDD;
}
</style>
border-color css
<style>
span { border-color: #BFFDDD; }
span { border-color: rgb(191,253,221); }
td.TdClassName
{
border-color: #BFFDDD;
}
.TagClassName
{
border-color: #BFFDDD;
}
</style>