Shades of Aero Blue #BFEED1
Tints of Aero Blue #BFEED1
RGB
CMYK
RGB Variations
Color information
#BFEED1 (or 0xBFEED1) is known color: Aero Blue. HEX triplet: BF, EE and D1. RGB value is (191,238,209). Sum of RGB (Red+Green+Blue) = 191+238+209=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED1 is #40112E. Grayscale: #DCDCDC. Windows color (decimal): -4198703 or 13758143. OLE color: 13758143.
HSL color Cylindrical-coordinate representation of color #BFEED1: hue angle of 142.98º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFEED1 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 209 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.07 |
| HSL | 142.98º | 0.58% | 0.84% | - |
| HSV(B) | 142.98º | 0.2% | 0.93% | - |
| XYZ | 63.57 | 76.83 | 71.8 | - |
| YUV | 220.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 209 | 0.20 | 0 | 0.12 | 0.07 | 142.98 | 0.58 | 0.84 |
| Hex | BF | EE | D1 | 14 | 0 | C | 7 | 8F | 3A | 54 |
| Octal | 277 | 356 | 321 | 24 | 0 | 14 | 7 | 217 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11010001 | 10100 | 0 | 1100 | 111 | 10001111 | 111010 | 1010100 |
Color Harmonies of #BFEED1
Complementary color
Monochromatic Colors of #BFEED1
Black with #BFEED1
Text Example
Text Example
White with #BFEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEED1; }
p { color: rgb(191,238,209); }
H1.HeaderClassName
{
color: #BFEED1;
}
.AnyTagClassName
{
color: #BFEED1;
}
</style>
background-color css
<style>
a { background-color: #BFEED1; }
a { background-color: rgb(191,238,209); }
div.DivClassName
{
background-color: #BFEED1;
}
.BgClassName
{
background-color: #BFEED1;
}
</style>
border-color css
<style>
span { border-color: #BFEED1; }
span { border-color: rgb(191,238,209); }
td.TdClassName
{
border-color: #BFEED1;
}
.TagClassName
{
border-color: #BFEED1;
}
</style>