Shades of Aero Blue #B5DFC7
Tints of Aero Blue #B5DFC7
RGB
CMYK
RGB Variations
Color information
#B5DFC7 (or 0xB5DFC7) is known color: Aero Blue. HEX triplet: B5, DF and C7. RGB value is (181,223,199). Sum of RGB (Red+Green+Blue) = 181+223+199=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFC7 is #4A2038. Grayscale: #CFCFCF. Windows color (decimal): -4857913 or 13098933. OLE color: 13098933.
HSL color Cylindrical-coordinate representation of color #B5DFC7: hue angle of 145.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFC7 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 223 | 199 | - |
CMYK | 0.19 | 0 | 0.11 | 0.13 |
HSL | 145.71º | 0.4% | 0.79% | - |
HSV(B) | 145.71º | 0.19% | 0.87% | - |
XYZ | 55.75 | 66.72 | 63.97 | - |
YUV | 207.71 | 123.09 | 108.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 223 | 199 | 0.19 | 0 | 0.11 | 0.13 | 145.71 | 0.4 | 0.79 |
Hex | B5 | DF | C7 | 13 | 0 | B | D | 92 | 28 | 4F |
Octal | 265 | 337 | 307 | 23 | 0 | 13 | 15 | 222 | 50 | 117 |
Binary | 10110101 | 11011111 | 11000111 | 10011 | 0 | 1011 | 1101 | 10010010 | 101000 | 1001111 |
Color Harmonies of #B5DFC7
Complementary color
Monochromatic Colors of #B5DFC7
Black with #B5DFC7
Text Example
Text Example
White with #B5DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFC7; }
p { color: rgb(181,223,199); }
H1.HeaderClassName
{
color: #B5DFC7;
}
.AnyTagClassName
{
color: #B5DFC7;
}
</style>
background-color css
<style>
a { background-color: #B5DFC7; }
a { background-color: rgb(181,223,199); }
div.DivClassName
{
background-color: #B5DFC7;
}
.BgClassName
{
background-color: #B5DFC7;
}
</style>
border-color css
<style>
span { border-color: #B5DFC7; }
span { border-color: rgb(181,223,199); }
td.TdClassName
{
border-color: #B5DFC7;
}
.TagClassName
{
border-color: #B5DFC7;
}
</style>