Shades of Aero Blue #B5E7CB
Tints of Aero Blue #B5E7CB
RGB
CMYK
RGB Variations
Color information
#B5E7CB (or 0xB5E7CB) is known color: Aero Blue. HEX triplet: B5, E7 and CB. RGB value is (181,231,203). Sum of RGB (Red+Green+Blue) = 181+231+203=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 231 (90.62% from 255 or 37.56% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7CB is #4A1834. Grayscale: #D4D4D4. Windows color (decimal): -4855861 or 13363125. OLE color: 13363125.
HSL color Cylindrical-coordinate representation of color #B5E7CB: hue angle of 146.4º degrees, saturation: 0.51, 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 #B5E7CB is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 231 | 203 | - |
CMYK | 0.22 | 0 | 0.12 | 0.09 |
HSL | 146.4º | 0.51% | 0.81% | - |
HSV(B) | 146.4º | 0.22% | 0.91% | - |
XYZ | 58.41 | 71.29 | 67.18 | - |
YUV | 212.86 | 122.44 | 105.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 231 | 203 | 0.22 | 0 | 0.12 | 0.09 | 146.4 | 0.51 | 0.81 |
Hex | B5 | E7 | CB | 16 | 0 | C | 9 | 92 | 33 | 51 |
Octal | 265 | 347 | 313 | 26 | 0 | 14 | 11 | 222 | 63 | 121 |
Binary | 10110101 | 11100111 | 11001011 | 10110 | 0 | 1100 | 1001 | 10010010 | 110011 | 1010001 |
Color Harmonies of #B5E7CB
Complementary color
Monochromatic Colors of #B5E7CB
Black with #B5E7CB
Text Example
Text Example
White with #B5E7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7CB; }
p { color: rgb(181,231,203); }
H1.HeaderClassName
{
color: #B5E7CB;
}
.AnyTagClassName
{
color: #B5E7CB;
}
</style>
background-color css
<style>
a { background-color: #B5E7CB; }
a { background-color: rgb(181,231,203); }
div.DivClassName
{
background-color: #B5E7CB;
}
.BgClassName
{
background-color: #B5E7CB;
}
</style>
border-color css
<style>
span { border-color: #B5E7CB; }
span { border-color: rgb(181,231,203); }
td.TdClassName
{
border-color: #B5E7CB;
}
.TagClassName
{
border-color: #B5E7CB;
}
</style>