Shades of Aero Blue #B8DFCB
Tints of Aero Blue #B8DFCB
RGB
CMYK
RGB Variations
Color information
#B8DFCB (or 0xB8DFCB) is known color: Aero Blue. HEX triplet: B8, DF and CB. RGB value is (184,223,203). Sum of RGB (Red+Green+Blue) = 184+223+203=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFCB is #472034. Grayscale: #D1D1D1. Windows color (decimal): -4661301 or 13361080. OLE color: 13361080.
HSL color Cylindrical-coordinate representation of color #B8DFCB: hue angle of 149.23º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFCB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 223 | 203 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.13 |
| HSL | 149.23º | 0.38% | 0.8% | - |
| HSV(B) | 149.23º | 0.17% | 0.87% | - |
| XYZ | 56.93 | 67.28 | 66.49 | - |
| YUV | 209.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 223 | 203 | 0.17 | 0 | 0.09 | 0.13 | 149.23 | 0.38 | 0.8 |
| Hex | B8 | DF | CB | 11 | 0 | 9 | D | 95 | 26 | 50 |
| Octal | 270 | 337 | 313 | 21 | 0 | 11 | 15 | 225 | 46 | 120 |
| Binary | 10111000 | 11011111 | 11001011 | 10001 | 0 | 1001 | 1101 | 10010101 | 100110 | 1010000 |
Color Harmonies of #B8DFCB
Complementary color
Monochromatic Colors of #B8DFCB
Black with #B8DFCB
Text Example
Text Example
White with #B8DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFCB; }
p { color: rgb(184,223,203); }
H1.HeaderClassName
{
color: #B8DFCB;
}
.AnyTagClassName
{
color: #B8DFCB;
}
</style>
background-color css
<style>
a { background-color: #B8DFCB; }
a { background-color: rgb(184,223,203); }
div.DivClassName
{
background-color: #B8DFCB;
}
.BgClassName
{
background-color: #B8DFCB;
}
</style>
border-color css
<style>
span { border-color: #B8DFCB; }
span { border-color: rgb(184,223,203); }
td.TdClassName
{
border-color: #B8DFCB;
}
.TagClassName
{
border-color: #B8DFCB;
}
</style>