Shades of Aero Blue #B8F3CE
Tints of Aero Blue #B8F3CE
RGB
CMYK
RGB Variations
Color information
#B8F3CE (or 0xB8F3CE) is known color: Aero Blue. HEX triplet: B8, F3 and CE. RGB value is (184,243,206). Sum of RGB (Red+Green+Blue) = 184+243+206=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F3CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F3CE is #470C31. Grayscale: #DDDDDD. Windows color (decimal): -4656178 or 13562808. OLE color: 13562808.
HSL color Cylindrical-coordinate representation of color #B8F3CE: hue angle of 142.37º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F3CE is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 206 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.05 |
| HSL | 142.37º | 0.71% | 0.84% | - |
| HSV(B) | 142.37º | 0.24% | 0.95% | - |
| XYZ | 62.96 | 78.75 | 70.27 | - |
| YUV | 221.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 206 | 0.24 | 0 | 0.15 | 0.05 | 142.37 | 0.71 | 0.84 |
| Hex | B8 | F3 | CE | 18 | 0 | F | 5 | 8E | 47 | 54 |
| Octal | 270 | 363 | 316 | 30 | 0 | 17 | 5 | 216 | 107 | 124 |
| Binary | 10111000 | 11110011 | 11001110 | 11000 | 0 | 1111 | 101 | 10001110 | 1000111 | 1010100 |
Color Harmonies of #B8F3CE
Complementary color
Monochromatic Colors of #B8F3CE
Black with #B8F3CE
Text Example
Text Example
White with #B8F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F3CE; }
p { color: rgb(184,243,206); }
H1.HeaderClassName
{
color: #B8F3CE;
}
.AnyTagClassName
{
color: #B8F3CE;
}
</style>
background-color css
<style>
a { background-color: #B8F3CE; }
a { background-color: rgb(184,243,206); }
div.DivClassName
{
background-color: #B8F3CE;
}
.BgClassName
{
background-color: #B8F3CE;
}
</style>
border-color css
<style>
span { border-color: #B8F3CE; }
span { border-color: rgb(184,243,206); }
td.TdClassName
{
border-color: #B8F3CE;
}
.TagClassName
{
border-color: #B8F3CE;
}
</style>