Shades of Aero Blue #B8F1D6
Tints of Aero Blue #B8F1D6
RGB
CMYK
RGB Variations
Color information
#B8F1D6 (or 0xB8F1D6) is known color: Aero Blue. HEX triplet: B8, F1 and D6. RGB value is (184,241,214). Sum of RGB (Red+Green+Blue) = 184+241+214=639 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.79% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1D6 is #470E29. Grayscale: #DCDCDC. Windows color (decimal): -4656682 or 14086584. OLE color: 14086584.
HSL color Cylindrical-coordinate representation of color #B8F1D6: hue angle of 151.58º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1D6 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 214 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.05 |
| HSL | 151.58º | 0.67% | 0.83% | - |
| HSV(B) | 151.58º | 0.24% | 0.95% | - |
| XYZ | 63.36 | 77.96 | 75.33 | - |
| YUV | 220.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 214 | 0.24 | 0 | 0.11 | 0.05 | 151.58 | 0.67 | 0.83 |
| Hex | B8 | F1 | D6 | 18 | 0 | B | 5 | 98 | 43 | 53 |
| Octal | 270 | 361 | 326 | 30 | 0 | 13 | 5 | 230 | 103 | 123 |
| Binary | 10111000 | 11110001 | 11010110 | 11000 | 0 | 1011 | 101 | 10011000 | 1000011 | 1010011 |
Color Harmonies of #B8F1D6
Complementary color
Monochromatic Colors of #B8F1D6
Black with #B8F1D6
Text Example
Text Example
White with #B8F1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F1D6; }
p { color: rgb(184,241,214); }
H1.HeaderClassName
{
color: #B8F1D6;
}
.AnyTagClassName
{
color: #B8F1D6;
}
</style>
background-color css
<style>
a { background-color: #B8F1D6; }
a { background-color: rgb(184,241,214); }
div.DivClassName
{
background-color: #B8F1D6;
}
.BgClassName
{
background-color: #B8F1D6;
}
</style>
border-color css
<style>
span { border-color: #B8F1D6; }
span { border-color: rgb(184,241,214); }
td.TdClassName
{
border-color: #B8F1D6;
}
.TagClassName
{
border-color: #B8F1D6;
}
</style>