Shades of Aero Blue #B2DEC7
Tints of Aero Blue #B2DEC7
RGB
CMYK
RGB Variations
Color information
#B2DEC7 (or 0xB2DEC7) is known color: Aero Blue. HEX triplet: B2, DE and C7. RGB value is (178,222,199). Sum of RGB (Red+Green+Blue) = 178+222+199=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEC7 is #4D2138. Grayscale: #CECECE. Windows color (decimal): -5054777 or 13098674. OLE color: 13098674.
HSL color Cylindrical-coordinate representation of color #B2DEC7: hue angle of 148.64º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DEC7 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 199 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.13 |
| HSL | 148.64º | 0.4% | 0.78% | - |
| HSV(B) | 148.64º | 0.2% | 0.87% | - |
| XYZ | 54.79 | 65.83 | 63.85 | - |
| YUV | 206.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 199 | 0.20 | 0 | 0.10 | 0.13 | 148.64 | 0.4 | 0.78 |
| Hex | B2 | DE | C7 | 14 | 0 | A | D | 95 | 28 | 4E |
| Octal | 262 | 336 | 307 | 24 | 0 | 12 | 15 | 225 | 50 | 116 |
| Binary | 10110010 | 11011110 | 11000111 | 10100 | 0 | 1010 | 1101 | 10010101 | 101000 | 1001110 |
Color Harmonies of #B2DEC7
Complementary color
Monochromatic Colors of #B2DEC7
Black with #B2DEC7
Text Example
Text Example
White with #B2DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEC7; }
p { color: rgb(178,222,199); }
H1.HeaderClassName
{
color: #B2DEC7;
}
.AnyTagClassName
{
color: #B2DEC7;
}
</style>
background-color css
<style>
a { background-color: #B2DEC7; }
a { background-color: rgb(178,222,199); }
div.DivClassName
{
background-color: #B2DEC7;
}
.BgClassName
{
background-color: #B2DEC7;
}
</style>
border-color css
<style>
span { border-color: #B2DEC7; }
span { border-color: rgb(178,222,199); }
td.TdClassName
{
border-color: #B2DEC7;
}
.TagClassName
{
border-color: #B2DEC7;
}
</style>