Shades of Aero Blue #BFF7DC
Tints of Aero Blue #BFF7DC
RGB
CMYK
RGB Variations
Color information
#BFF7DC (or 0xBFF7DC) is known color: Aero Blue. HEX triplet: BF, F7 and DC. RGB value is (191,247,220). Sum of RGB (Red+Green+Blue) = 191+247+220=658 (87% of max value = 765). Red value is 191 (75% from 255 or 29.03% from 658); Green value is 247 (96.88% from 255 or 37.54% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF7DC is #400823. Grayscale: #E3E3E3. Windows color (decimal): -4196388 or 14481343. OLE color: 14481343.
HSL color Cylindrical-coordinate representation of color #BFF7DC: hue angle of 151.07º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFF7DC is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 247 | 220 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.03 |
| HSL | 151.07º | 0.78% | 0.86% | - |
| HSV(B) | 151.07º | 0.23% | 0.97% | - |
| XYZ | 67.66 | 82.77 | 80.12 | - |
| YUV | 227.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 247 | 220 | 0.23 | 0 | 0.11 | 0.03 | 151.07 | 0.78 | 0.86 |
| Hex | BF | F7 | DC | 17 | 0 | B | 3 | 97 | 4E | 56 |
| Octal | 277 | 367 | 334 | 27 | 0 | 13 | 3 | 227 | 116 | 126 |
| Binary | 10111111 | 11110111 | 11011100 | 10111 | 0 | 1011 | 11 | 10010111 | 1001110 | 1010110 |
Color Harmonies of #BFF7DC
Complementary color
Monochromatic Colors of #BFF7DC
Black with #BFF7DC
Text Example
Text Example
White with #BFF7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF7DC; }
p { color: rgb(191,247,220); }
H1.HeaderClassName
{
color: #BFF7DC;
}
.AnyTagClassName
{
color: #BFF7DC;
}
</style>
background-color css
<style>
a { background-color: #BFF7DC; }
a { background-color: rgb(191,247,220); }
div.DivClassName
{
background-color: #BFF7DC;
}
.BgClassName
{
background-color: #BFF7DC;
}
</style>
border-color css
<style>
span { border-color: #BFF7DC; }
span { border-color: rgb(191,247,220); }
td.TdClassName
{
border-color: #BFF7DC;
}
.TagClassName
{
border-color: #BFF7DC;
}
</style>