Shades of Aero Blue #BFEDD6
Tints of Aero Blue #BFEDD6
RGB
CMYK
RGB Variations
Color information
#BFEDD6 (or 0xBFEDD6) is known color: Aero Blue. HEX triplet: BF, ED and D6. RGB value is (191,237,214). Sum of RGB (Red+Green+Blue) = 191+237+214=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #BFEDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEDD6 is #401229. Grayscale: #DCDCDC. Windows color (decimal): -4198954 or 14085567. OLE color: 14085567.
HSL color Cylindrical-coordinate representation of color #BFEDD6: hue angle of 150º 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 #BFEDD6 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 214 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.07 |
| HSL | 150º | 0.56% | 0.84% | - |
| HSV(B) | 150º | 0.19% | 0.93% | - |
| XYZ | 63.91 | 76.5 | 75.02 | - |
| YUV | 220.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 214 | 0.19 | 0 | 0.10 | 0.07 | 150 | 0.56 | 0.84 |
| Hex | BF | ED | D6 | 13 | 0 | A | 7 | 96 | 38 | 54 |
| Octal | 277 | 355 | 326 | 23 | 0 | 12 | 7 | 226 | 70 | 124 |
| Binary | 10111111 | 11101101 | 11010110 | 10011 | 0 | 1010 | 111 | 10010110 | 111000 | 1010100 |
Color Harmonies of #BFEDD6
Complementary color
Monochromatic Colors of #BFEDD6
Black with #BFEDD6
Text Example
Text Example
White with #BFEDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEDD6; }
p { color: rgb(191,237,214); }
H1.HeaderClassName
{
color: #BFEDD6;
}
.AnyTagClassName
{
color: #BFEDD6;
}
</style>
background-color css
<style>
a { background-color: #BFEDD6; }
a { background-color: rgb(191,237,214); }
div.DivClassName
{
background-color: #BFEDD6;
}
.BgClassName
{
background-color: #BFEDD6;
}
</style>
border-color css
<style>
span { border-color: #BFEDD6; }
span { border-color: rgb(191,237,214); }
td.TdClassName
{
border-color: #BFEDD6;
}
.TagClassName
{
border-color: #BFEDD6;
}
</style>