Shades of Aero Blue #B6EFD8
Tints of Aero Blue #B6EFD8
RGB
CMYK
RGB Variations
Color information
#B6EFD8 (or 0xB6EFD8) is known color: Aero Blue. HEX triplet: B6, EF and D8. RGB value is (182,239,216). Sum of RGB (Red+Green+Blue) = 182+239+216=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EFD8 is #491027. Grayscale: #DBDBDB. Windows color (decimal): -4788264 or 14217142. OLE color: 14217142.
HSL color Cylindrical-coordinate representation of color #B6EFD8: hue angle of 155.79º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EFD8 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 239 | 216 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.06 |
| HSL | 155.79º | 0.64% | 0.83% | - |
| HSV(B) | 155.79º | 0.24% | 0.94% | - |
| XYZ | 62.55 | 76.64 | 76.46 | - |
| YUV | 219.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 239 | 216 | 0.24 | 0 | 0.10 | 0.06 | 155.79 | 0.64 | 0.83 |
| Hex | B6 | EF | D8 | 18 | 0 | A | 6 | 9C | 40 | 53 |
| Octal | 266 | 357 | 330 | 30 | 0 | 12 | 6 | 234 | 100 | 123 |
| Binary | 10110110 | 11101111 | 11011000 | 11000 | 0 | 1010 | 110 | 10011100 | 1000000 | 1010011 |
Color Harmonies of #B6EFD8
Complementary color
Monochromatic Colors of #B6EFD8
Black with #B6EFD8
Text Example
Text Example
White with #B6EFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EFD8; }
p { color: rgb(182,239,216); }
H1.HeaderClassName
{
color: #B6EFD8;
}
.AnyTagClassName
{
color: #B6EFD8;
}
</style>
background-color css
<style>
a { background-color: #B6EFD8; }
a { background-color: rgb(182,239,216); }
div.DivClassName
{
background-color: #B6EFD8;
}
.BgClassName
{
background-color: #B6EFD8;
}
</style>
border-color css
<style>
span { border-color: #B6EFD8; }
span { border-color: rgb(182,239,216); }
td.TdClassName
{
border-color: #B6EFD8;
}
.TagClassName
{
border-color: #B6EFD8;
}
</style>