Shades of Aero Blue #B8F2D3
Tints of Aero Blue #B8F2D3
RGB
CMYK
RGB Variations
Color information
#B8F2D3 (or 0xB8F2D3) is known color: Aero Blue. HEX triplet: B8, F2 and D3. RGB value is (184,242,211). Sum of RGB (Red+Green+Blue) = 184+242+211=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2D3 is #470D2C. Grayscale: #DDDDDD. Windows color (decimal): -4656429 or 13890232. OLE color: 13890232.
HSL color Cylindrical-coordinate representation of color #B8F2D3: hue angle of 147.93º degrees, saturation: 0.69, 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 #B8F2D3 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 211 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.05 |
| HSL | 147.93º | 0.69% | 0.84% | - |
| HSV(B) | 147.93º | 0.24% | 0.95% | - |
| XYZ | 63.28 | 78.4 | 73.43 | - |
| YUV | 221.12 | 122.28 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 211 | 0.24 | 0 | 0.13 | 0.05 | 147.93 | 0.69 | 0.84 |
| Hex | B8 | F2 | D3 | 18 | 0 | D | 5 | 94 | 45 | 54 |
| Octal | 270 | 362 | 323 | 30 | 0 | 15 | 5 | 224 | 105 | 124 |
| Binary | 10111000 | 11110010 | 11010011 | 11000 | 0 | 1101 | 101 | 10010100 | 1000101 | 1010100 |
Color Harmonies of #B8F2D3
Complementary color
Monochromatic Colors of #B8F2D3
Black with #B8F2D3
Text Example
Text Example
White with #B8F2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2D3; }
p { color: rgb(184,242,211); }
H1.HeaderClassName
{
color: #B8F2D3;
}
.AnyTagClassName
{
color: #B8F2D3;
}
</style>
background-color css
<style>
a { background-color: #B8F2D3; }
a { background-color: rgb(184,242,211); }
div.DivClassName
{
background-color: #B8F2D3;
}
.BgClassName
{
background-color: #B8F2D3;
}
</style>
border-color css
<style>
span { border-color: #B8F2D3; }
span { border-color: rgb(184,242,211); }
td.TdClassName
{
border-color: #B8F2D3;
}
.TagClassName
{
border-color: #B8F2D3;
}
</style>