Shades of Aero Blue #BFEDD3
Tints of Aero Blue #BFEDD3
RGB
CMYK
RGB Variations
Color information
#BFEDD3 (or 0xBFEDD3) is known color: Aero Blue. HEX triplet: BF, ED and D3. RGB value is (191,237,211). Sum of RGB (Red+Green+Blue) = 191+237+211=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD3 is #40122C. Grayscale: #DCDCDC. Windows color (decimal): -4198957 or 13888959. OLE color: 13888959.
HSL color Cylindrical-coordinate representation of color #BFEDD3: hue angle of 146.09º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFEDD3 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 211 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.07 |
| HSL | 146.09º | 0.56% | 0.84% | - |
| HSV(B) | 146.09º | 0.19% | 0.93% | - |
| XYZ | 63.53 | 76.35 | 73.02 | - |
| YUV | 220.28 | 122.76 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 211 | 0.19 | 0 | 0.11 | 0.07 | 146.09 | 0.56 | 0.84 |
| Hex | BF | ED | D3 | 13 | 0 | B | 7 | 92 | 38 | 54 |
| Octal | 277 | 355 | 323 | 23 | 0 | 13 | 7 | 222 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11010011 | 10011 | 0 | 1011 | 111 | 10010010 | 111000 | 1010100 |
Color Harmonies of #BFEDD3
Complementary color
Monochromatic Colors of #BFEDD3
Black with #BFEDD3
Text Example
Text Example
White with #BFEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDD3; }
p { color: rgb(191,237,211); }
H1.HeaderClassName
{
color: #BFEDD3;
}
.AnyTagClassName
{
color: #BFEDD3;
}
</style>
background-color css
<style>
a { background-color: #BFEDD3; }
a { background-color: rgb(191,237,211); }
div.DivClassName
{
background-color: #BFEDD3;
}
.BgClassName
{
background-color: #BFEDD3;
}
</style>
border-color css
<style>
span { border-color: #BFEDD3; }
span { border-color: rgb(191,237,211); }
td.TdClassName
{
border-color: #BFEDD3;
}
.TagClassName
{
border-color: #BFEDD3;
}
</style>