Shades of Aero Blue #BFFDD6
Tints of Aero Blue #BFFDD6
RGB
CMYK
RGB Variations
Color information
#BFFDD6 (or 0xBFFDD6) is known color: Aero Blue. HEX triplet: BF, FD and D6. RGB value is (191,253,214). Sum of RGB (Red+Green+Blue) = 191+253+214=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDD6 is #400229. Grayscale: #E6E6E6. Windows color (decimal): -4194858 or 14089663. OLE color: 14089663.
HSL color Cylindrical-coordinate representation of color #BFFDD6: hue angle of 142.26º 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 #BFFDD6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 253 | 214 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.01 |
| HSL | 142.26º | 0.94% | 0.87% | - |
| HSV(B) | 142.26º | 0.25% | 0.99% | - |
| XYZ | 68.75 | 86.18 | 76.63 | - |
| YUV | 230.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 253 | 214 | 0.25 | 0 | 0.15 | 0.01 | 142.26 | 0.94 | 0.87 |
| Hex | BF | FD | D6 | 19 | 0 | F | 1 | 8E | 5E | 57 |
| Octal | 277 | 375 | 326 | 31 | 0 | 17 | 1 | 216 | 136 | 127 |
| Binary | 10111111 | 11111101 | 11010110 | 11001 | 0 | 1111 | 1 | 10001110 | 1011110 | 1010111 |
Color Harmonies of #BFFDD6
Complementary color
Monochromatic Colors of #BFFDD6
Black with #BFFDD6
Text Example
Text Example
White with #BFFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFDD6; }
p { color: rgb(191,253,214); }
H1.HeaderClassName
{
color: #BFFDD6;
}
.AnyTagClassName
{
color: #BFFDD6;
}
</style>
background-color css
<style>
a { background-color: #BFFDD6; }
a { background-color: rgb(191,253,214); }
div.DivClassName
{
background-color: #BFFDD6;
}
.BgClassName
{
background-color: #BFFDD6;
}
</style>
border-color css
<style>
span { border-color: #BFFDD6; }
span { border-color: rgb(191,253,214); }
td.TdClassName
{
border-color: #BFFDD6;
}
.TagClassName
{
border-color: #BFFDD6;
}
</style>