Shades of Aero Blue #BFEED6
Tints of Aero Blue #BFEED6
RGB
CMYK
RGB Variations
Color information
#BFEED6 (or 0xBFEED6) is known color: Aero Blue. HEX triplet: BF, EE and D6. RGB value is (191,238,214). Sum of RGB (Red+Green+Blue) = 191+238+214=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEED6 is #401129. Grayscale: #DDDDDD. Windows color (decimal): -4198698 or 14085823. OLE color: 14085823.
HSL color Cylindrical-coordinate representation of color #BFEED6: hue angle of 149.36º 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 #BFEED6 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 214 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.07 |
| HSL | 149.36º | 0.58% | 0.84% | - |
| HSV(B) | 149.36º | 0.2% | 0.93% | - |
| XYZ | 64.2 | 77.08 | 75.11 | - |
| YUV | 221.21 | 123.93 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 214 | 0.20 | 0 | 0.10 | 0.07 | 149.36 | 0.58 | 0.84 |
| Hex | BF | EE | D6 | 14 | 0 | A | 7 | 95 | 3A | 54 |
| Octal | 277 | 356 | 326 | 24 | 0 | 12 | 7 | 225 | 72 | 124 |
| Binary | 10111111 | 11101110 | 11010110 | 10100 | 0 | 1010 | 111 | 10010101 | 111010 | 1010100 |
Color Harmonies of #BFEED6
Complementary color
Monochromatic Colors of #BFEED6
Black with #BFEED6
Text Example
Text Example
White with #BFEED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEED6; }
p { color: rgb(191,238,214); }
H1.HeaderClassName
{
color: #BFEED6;
}
.AnyTagClassName
{
color: #BFEED6;
}
</style>
background-color css
<style>
a { background-color: #BFEED6; }
a { background-color: rgb(191,238,214); }
div.DivClassName
{
background-color: #BFEED6;
}
.BgClassName
{
background-color: #BFEED6;
}
</style>
border-color css
<style>
span { border-color: #BFEED6; }
span { border-color: rgb(191,238,214); }
td.TdClassName
{
border-color: #BFEED6;
}
.TagClassName
{
border-color: #BFEED6;
}
</style>