Shades of Aero Blue #B5E6CB
Tints of Aero Blue #B5E6CB
RGB
CMYK
RGB Variations
Color information
#B5E6CB (or 0xB5E6CB) is known color: Aero Blue. HEX triplet: B5, E6 and CB. RGB value is (181,230,203). Sum of RGB (Red+Green+Blue) = 181+230+203=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E6CB is #4A1934. Grayscale: #D4D4D4. Windows color (decimal): -4856117 or 13362869. OLE color: 13362869.
HSL color Cylindrical-coordinate representation of color #B5E6CB: hue angle of 146.94º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E6CB is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 203 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.10 |
| HSL | 146.94º | 0.49% | 0.81% | - |
| HSV(B) | 146.94º | 0.21% | 0.9% | - |
| XYZ | 58.13 | 70.73 | 67.09 | - |
| YUV | 212.27 | 122.77 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 203 | 0.21 | 0 | 0.12 | 0.10 | 146.94 | 0.49 | 0.81 |
| Hex | B5 | E6 | CB | 15 | 0 | C | A | 93 | 31 | 51 |
| Octal | 265 | 346 | 313 | 25 | 0 | 14 | 12 | 223 | 61 | 121 |
| Binary | 10110101 | 11100110 | 11001011 | 10101 | 0 | 1100 | 1010 | 10010011 | 110001 | 1010001 |
Color Harmonies of #B5E6CB
Complementary color
Monochromatic Colors of #B5E6CB
Black with #B5E6CB
Text Example
Text Example
White with #B5E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E6CB; }
p { color: rgb(181,230,203); }
H1.HeaderClassName
{
color: #B5E6CB;
}
.AnyTagClassName
{
color: #B5E6CB;
}
</style>
background-color css
<style>
a { background-color: #B5E6CB; }
a { background-color: rgb(181,230,203); }
div.DivClassName
{
background-color: #B5E6CB;
}
.BgClassName
{
background-color: #B5E6CB;
}
</style>
border-color css
<style>
span { border-color: #B5E6CB; }
span { border-color: rgb(181,230,203); }
td.TdClassName
{
border-color: #B5E6CB;
}
.TagClassName
{
border-color: #B5E6CB;
}
</style>