Shades of Aero Blue #B8F5DB
Tints of Aero Blue #B8F5DB
RGB
CMYK
RGB Variations
Color information
#B8F5DB (or 0xB8F5DB) is known color: Aero Blue. HEX triplet: B8, F5 and DB. RGB value is (184,245,219). Sum of RGB (Red+Green+Blue) = 184+245+219=648 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.40% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F5DB is #470A24. Grayscale: #DFDFDF. Windows color (decimal): -4655653 or 14415288. OLE color: 14415288.
HSL color Cylindrical-coordinate representation of color #B8F5DB: hue angle of 154.43º degrees, saturation: 0.75, 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 #B8F5DB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 219 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.04 |
| HSL | 154.43º | 0.75% | 0.84% | - |
| HSV(B) | 154.43º | 0.25% | 0.96% | - |
| XYZ | 65.21 | 80.61 | 79.14 | - |
| YUV | 223.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 219 | 0.25 | 0 | 0.11 | 0.04 | 154.43 | 0.75 | 0.84 |
| Hex | B8 | F5 | DB | 19 | 0 | B | 4 | 9A | 4B | 54 |
| Octal | 270 | 365 | 333 | 31 | 0 | 13 | 4 | 232 | 113 | 124 |
| Binary | 10111000 | 11110101 | 11011011 | 11001 | 0 | 1011 | 100 | 10011010 | 1001011 | 1010100 |
Color Harmonies of #B8F5DB
Complementary color
Monochromatic Colors of #B8F5DB
Black with #B8F5DB
Text Example
Text Example
White with #B8F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F5DB; }
p { color: rgb(184,245,219); }
H1.HeaderClassName
{
color: #B8F5DB;
}
.AnyTagClassName
{
color: #B8F5DB;
}
</style>
background-color css
<style>
a { background-color: #B8F5DB; }
a { background-color: rgb(184,245,219); }
div.DivClassName
{
background-color: #B8F5DB;
}
.BgClassName
{
background-color: #B8F5DB;
}
</style>
border-color css
<style>
span { border-color: #B8F5DB; }
span { border-color: rgb(184,245,219); }
td.TdClassName
{
border-color: #B8F5DB;
}
.TagClassName
{
border-color: #B8F5DB;
}
</style>