Shades of Aero Blue #B5E8C9
Tints of Aero Blue #B5E8C9
RGB
CMYK
RGB Variations
Color information
#B5E8C9 (or 0xB5E8C9) is known color: Aero Blue. HEX triplet: B5, E8 and C9. RGB value is (181,232,201). Sum of RGB (Red+Green+Blue) = 181+232+201=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8C9 is #4A1736. Grayscale: #D5D5D5. Windows color (decimal): -4855607 or 13232309. OLE color: 13232309.
HSL color Cylindrical-coordinate representation of color #B5E8C9: hue angle of 143.53º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E8C9 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 232 | 201 | - |
CMYK | 0.22 | 0 | 0.13 | 0.09 |
HSL | 143.53º | 0.53% | 0.81% | - |
HSV(B) | 143.53º | 0.22% | 0.91% | - |
XYZ | 58.46 | 71.75 | 66.03 | - |
YUV | 213.22 | 121.1 | 105.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 232 | 201 | 0.22 | 0 | 0.13 | 0.09 | 143.53 | 0.53 | 0.81 |
Hex | B5 | E8 | C9 | 16 | 0 | D | 9 | 90 | 35 | 51 |
Octal | 265 | 350 | 311 | 26 | 0 | 15 | 11 | 220 | 65 | 121 |
Binary | 10110101 | 11101000 | 11001001 | 10110 | 0 | 1101 | 1001 | 10010000 | 110101 | 1010001 |
Color Harmonies of #B5E8C9
Complementary color
Monochromatic Colors of #B5E8C9
Black with #B5E8C9
Text Example
Text Example
White with #B5E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8C9; }
p { color: rgb(181,232,201); }
H1.HeaderClassName
{
color: #B5E8C9;
}
.AnyTagClassName
{
color: #B5E8C9;
}
</style>
background-color css
<style>
a { background-color: #B5E8C9; }
a { background-color: rgb(181,232,201); }
div.DivClassName
{
background-color: #B5E8C9;
}
.BgClassName
{
background-color: #B5E8C9;
}
</style>
border-color css
<style>
span { border-color: #B5E8C9; }
span { border-color: rgb(181,232,201); }
td.TdClassName
{
border-color: #B5E8C9;
}
.TagClassName
{
border-color: #B5E8C9;
}
</style>