Shades of Aero Blue #B5E2C7
Tints of Aero Blue #B5E2C7
RGB
CMYK
RGB Variations
Color information
#B5E2C7 (or 0xB5E2C7) is known color: Aero Blue. HEX triplet: B5, E2 and C7. RGB value is (181,226,199). Sum of RGB (Red+Green+Blue) = 181+226+199=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #B5E2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E2C7 is #4A1D38. Grayscale: #D1D1D1. Windows color (decimal): -4857145 or 13099701. OLE color: 13099701.
HSL color Cylindrical-coordinate representation of color #B5E2C7: hue angle of 144º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5E2C7 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 226 | 199 | - |
CMYK | 0.20 | 0 | 0.12 | 0.11 |
HSL | 144º | 0.44% | 0.8% | - |
HSV(B) | 144º | 0.2% | 0.89% | - |
XYZ | 56.56 | 68.34 | 64.24 | - |
YUV | 209.47 | 122.09 | 107.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 226 | 199 | 0.20 | 0 | 0.12 | 0.11 | 144 | 0.44 | 0.8 |
Hex | B5 | E2 | C7 | 14 | 0 | C | B | 90 | 2C | 50 |
Octal | 265 | 342 | 307 | 24 | 0 | 14 | 13 | 220 | 54 | 120 |
Binary | 10110101 | 11100010 | 11000111 | 10100 | 0 | 1100 | 1011 | 10010000 | 101100 | 1010000 |
Color Harmonies of #B5E2C7
Complementary color
Monochromatic Colors of #B5E2C7
Black with #B5E2C7
Text Example
Text Example
White with #B5E2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E2C7; }
p { color: rgb(181,226,199); }
H1.HeaderClassName
{
color: #B5E2C7;
}
.AnyTagClassName
{
color: #B5E2C7;
}
</style>
background-color css
<style>
a { background-color: #B5E2C7; }
a { background-color: rgb(181,226,199); }
div.DivClassName
{
background-color: #B5E2C7;
}
.BgClassName
{
background-color: #B5E2C7;
}
</style>
border-color css
<style>
span { border-color: #B5E2C7; }
span { border-color: rgb(181,226,199); }
td.TdClassName
{
border-color: #B5E2C7;
}
.TagClassName
{
border-color: #B5E2C7;
}
</style>