Shades of Aero Blue #B2DFC6
Tints of Aero Blue #B2DFC6
RGB
CMYK
RGB Variations
Color information
#B2DFC6 (or 0xB2DFC6) is known color: Aero Blue. HEX triplet: B2, DF and C6. RGB value is (178,223,198). Sum of RGB (Red+Green+Blue) = 178+223+198=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFC6 is #4D2039. Grayscale: #CECECE. Windows color (decimal): -5054522 or 13033394. OLE color: 13033394.
HSL color Cylindrical-coordinate representation of color #B2DFC6: hue angle of 146.67º 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 #B2DFC6 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 178 | 223 | 198 | - |
CMYK | 0.20 | 0 | 0.11 | 0.13 |
HSL | 146.67º | 0.41% | 0.79% | - |
HSV(B) | 146.67º | 0.2% | 0.87% | - |
XYZ | 54.94 | 66.32 | 63.33 | - |
YUV | 206.7 | 123.09 | 107.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 223 | 198 | 0.20 | 0 | 0.11 | 0.13 | 146.67 | 0.41 | 0.79 |
Hex | B2 | DF | C6 | 14 | 0 | B | D | 93 | 29 | 4F |
Octal | 262 | 337 | 306 | 24 | 0 | 13 | 15 | 223 | 51 | 117 |
Binary | 10110010 | 11011111 | 11000110 | 10100 | 0 | 1011 | 1101 | 10010011 | 101001 | 1001111 |
Color Harmonies of #B2DFC6
Complementary color
Monochromatic Colors of #B2DFC6
Black with #B2DFC6
Text Example
Text Example
White with #B2DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFC6; }
p { color: rgb(178,223,198); }
H1.HeaderClassName
{
color: #B2DFC6;
}
.AnyTagClassName
{
color: #B2DFC6;
}
</style>
background-color css
<style>
a { background-color: #B2DFC6; }
a { background-color: rgb(178,223,198); }
div.DivClassName
{
background-color: #B2DFC6;
}
.BgClassName
{
background-color: #B2DFC6;
}
</style>
border-color css
<style>
span { border-color: #B2DFC6; }
span { border-color: rgb(178,223,198); }
td.TdClassName
{
border-color: #B2DFC6;
}
.TagClassName
{
border-color: #B2DFC6;
}
</style>