Shades of Aero Blue #B8F6DB
Tints of Aero Blue #B8F6DB
RGB
CMYK
RGB Variations
Color information
#B8F6DB (or 0xB8F6DB) is known color: Aero Blue. HEX triplet: B8, F6 and DB. RGB value is (184,246,219). Sum of RGB (Red+Green+Blue) = 184+246+219=649 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.35% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #B8F6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F6DB is #470924. Grayscale: #E0E0E0. Windows color (decimal): -4655397 or 14415544. OLE color: 14415544.
HSL color Cylindrical-coordinate representation of color #B8F6DB: hue angle of 153.87º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8F6DB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 246 | 219 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.04 |
| HSL | 153.87º | 0.78% | 0.84% | - |
| HSV(B) | 153.87º | 0.25% | 0.96% | - |
| XYZ | 65.51 | 81.22 | 79.24 | - |
| YUV | 224.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 246 | 219 | 0.25 | 0 | 0.11 | 0.04 | 153.87 | 0.78 | 0.84 |
| Hex | B8 | F6 | DB | 19 | 0 | B | 4 | 9A | 4E | 54 |
| Octal | 270 | 366 | 333 | 31 | 0 | 13 | 4 | 232 | 116 | 124 |
| Binary | 10111000 | 11110110 | 11011011 | 11001 | 0 | 1011 | 100 | 10011010 | 1001110 | 1010100 |
Color Harmonies of #B8F6DB
Complementary color
Monochromatic Colors of #B8F6DB
Black with #B8F6DB
Text Example
Text Example
White with #B8F6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F6DB; }
p { color: rgb(184,246,219); }
H1.HeaderClassName
{
color: #B8F6DB;
}
.AnyTagClassName
{
color: #B8F6DB;
}
</style>
background-color css
<style>
a { background-color: #B8F6DB; }
a { background-color: rgb(184,246,219); }
div.DivClassName
{
background-color: #B8F6DB;
}
.BgClassName
{
background-color: #B8F6DB;
}
</style>
border-color css
<style>
span { border-color: #B8F6DB; }
span { border-color: rgb(184,246,219); }
td.TdClassName
{
border-color: #B8F6DB;
}
.TagClassName
{
border-color: #B8F6DB;
}
</style>