Shades of Aero Blue #B8F1D4
Tints of Aero Blue #B8F1D4
RGB
CMYK
RGB Variations
Color information
#B8F1D4 (or 0xB8F1D4) is known color: Aero Blue. HEX triplet: B8, F1 and D4. RGB value is (184,241,212). Sum of RGB (Red+Green+Blue) = 184+241+212=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F1D4 is #470E2B. Grayscale: #DCDCDC. Windows color (decimal): -4656684 or 13955512. OLE color: 13955512.
HSL color Cylindrical-coordinate representation of color #B8F1D4: hue angle of 149.47º 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 #B8F1D4 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 212 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.05 |
| HSL | 149.47º | 0.67% | 0.83% | - |
| HSV(B) | 149.47º | 0.24% | 0.95% | - |
| XYZ | 63.11 | 77.85 | 73.99 | - |
| YUV | 220.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 212 | 0.24 | 0 | 0.12 | 0.05 | 149.47 | 0.67 | 0.83 |
| Hex | B8 | F1 | D4 | 18 | 0 | C | 5 | 95 | 43 | 53 |
| Octal | 270 | 361 | 324 | 30 | 0 | 14 | 5 | 225 | 103 | 123 |
| Binary | 10111000 | 11110001 | 11010100 | 11000 | 0 | 1100 | 101 | 10010101 | 1000011 | 1010011 |
Color Harmonies of #B8F1D4
Complementary color
Monochromatic Colors of #B8F1D4
Black with #B8F1D4
Text Example
Text Example
White with #B8F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F1D4; }
p { color: rgb(184,241,212); }
H1.HeaderClassName
{
color: #B8F1D4;
}
.AnyTagClassName
{
color: #B8F1D4;
}
</style>
background-color css
<style>
a { background-color: #B8F1D4; }
a { background-color: rgb(184,241,212); }
div.DivClassName
{
background-color: #B8F1D4;
}
.BgClassName
{
background-color: #B8F1D4;
}
</style>
border-color css
<style>
span { border-color: #B8F1D4; }
span { border-color: rgb(184,241,212); }
td.TdClassName
{
border-color: #B8F1D4;
}
.TagClassName
{
border-color: #B8F1D4;
}
</style>