Shades of Aero Blue #B8F5D2
Tints of Aero Blue #B8F5D2
RGB
CMYK
RGB Variations
Color information
#B8F5D2 (or 0xB8F5D2) is known color: Aero Blue. HEX triplet: B8, F5 and D2. RGB value is (184,245,210). Sum of RGB (Red+Green+Blue) = 184+245+210=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #B8F5D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F5D2 is #470A2D. Grayscale: #DEDEDE. Windows color (decimal): -4655662 or 13825464. OLE color: 13825464.
HSL color Cylindrical-coordinate representation of color #B8F5D2: hue angle of 145.57º 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 #B8F5D2 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 245 | 210 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.04 |
| HSL | 145.57º | 0.75% | 0.84% | - |
| HSV(B) | 145.57º | 0.25% | 0.96% | - |
| XYZ | 64.05 | 80.15 | 73.07 | - |
| YUV | 222.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 245 | 210 | 0.25 | 0 | 0.14 | 0.04 | 145.57 | 0.75 | 0.84 |
| Hex | B8 | F5 | D2 | 19 | 0 | E | 4 | 92 | 4B | 54 |
| Octal | 270 | 365 | 322 | 31 | 0 | 16 | 4 | 222 | 113 | 124 |
| Binary | 10111000 | 11110101 | 11010010 | 11001 | 0 | 1110 | 100 | 10010010 | 1001011 | 1010100 |
Color Harmonies of #B8F5D2
Complementary color
Monochromatic Colors of #B8F5D2
Black with #B8F5D2
Text Example
Text Example
White with #B8F5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F5D2; }
p { color: rgb(184,245,210); }
H1.HeaderClassName
{
color: #B8F5D2;
}
.AnyTagClassName
{
color: #B8F5D2;
}
</style>
background-color css
<style>
a { background-color: #B8F5D2; }
a { background-color: rgb(184,245,210); }
div.DivClassName
{
background-color: #B8F5D2;
}
.BgClassName
{
background-color: #B8F5D2;
}
</style>
border-color css
<style>
span { border-color: #B8F5D2; }
span { border-color: rgb(184,245,210); }
td.TdClassName
{
border-color: #B8F5D2;
}
.TagClassName
{
border-color: #B8F5D2;
}
</style>