Shades of Aero Blue #B2DFC7
Tints of Aero Blue #B2DFC7
RGB
CMYK
RGB Variations
Color information
#B2DFC7 (or 0xB2DFC7) is known color: Aero Blue. HEX triplet: B2, DF and C7. RGB value is (178,223,199). Sum of RGB (Red+Green+Blue) = 178+223+199=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFC7 is #4D2038. Grayscale: #CECECE. Windows color (decimal): -5054521 or 13098930. OLE color: 13098930.
HSL color Cylindrical-coordinate representation of color #B2DFC7: hue angle of 148º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFC7 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 199 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.13 |
| HSL | 148º | 0.41% | 0.79% | - |
| HSV(B) | 148º | 0.2% | 0.87% | - |
| XYZ | 55.06 | 66.36 | 63.94 | - |
| YUV | 206.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 199 | 0.20 | 0 | 0.11 | 0.13 | 148 | 0.41 | 0.79 |
| Hex | B2 | DF | C7 | 14 | 0 | B | D | 94 | 29 | 4F |
| Octal | 262 | 337 | 307 | 24 | 0 | 13 | 15 | 224 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11000111 | 10100 | 0 | 1011 | 1101 | 10010100 | 101001 | 1001111 |
Color Harmonies of #B2DFC7
Complementary color
Monochromatic Colors of #B2DFC7
Black with #B2DFC7
Text Example
Text Example
White with #B2DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFC7; }
p { color: rgb(178,223,199); }
H1.HeaderClassName
{
color: #B2DFC7;
}
.AnyTagClassName
{
color: #B2DFC7;
}
</style>
background-color css
<style>
a { background-color: #B2DFC7; }
a { background-color: rgb(178,223,199); }
div.DivClassName
{
background-color: #B2DFC7;
}
.BgClassName
{
background-color: #B2DFC7;
}
</style>
border-color css
<style>
span { border-color: #B2DFC7; }
span { border-color: rgb(178,223,199); }
td.TdClassName
{
border-color: #B2DFC7;
}
.TagClassName
{
border-color: #B2DFC7;
}
</style>