Shades of Aero Blue #B5E1CB
Tints of Aero Blue #B5E1CB
RGB
CMYK
RGB Variations
Color information
#B5E1CB (or 0xB5E1CB) is known color: Aero Blue. HEX triplet: B5, E1 and CB. RGB value is (181,225,203). Sum of RGB (Red+Green+Blue) = 181+225+203=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E1CB is #4A1E34. Grayscale: #D1D1D1. Windows color (decimal): -4857397 or 13361589. OLE color: 13361589.
HSL color Cylindrical-coordinate representation of color #B5E1CB: hue angle of 150º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5E1CB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
RGB | 181 | 225 | 203 | - |
CMYK | 0.20 | 0 | 0.10 | 0.12 |
HSL | 150º | 0.42% | 0.8% | - |
HSV(B) | 150º | 0.2% | 0.88% | - |
XYZ | 56.76 | 67.99 | 66.63 | - |
YUV | 209.34 | 124.42 | 107.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 225 | 203 | 0.20 | 0 | 0.10 | 0.12 | 150 | 0.42 | 0.8 |
Hex | B5 | E1 | CB | 14 | 0 | A | C | 96 | 2A | 50 |
Octal | 265 | 341 | 313 | 24 | 0 | 12 | 14 | 226 | 52 | 120 |
Binary | 10110101 | 11100001 | 11001011 | 10100 | 0 | 1010 | 1100 | 10010110 | 101010 | 1010000 |
Color Harmonies of #B5E1CB
Complementary color
Monochromatic Colors of #B5E1CB
Black with #B5E1CB
Text Example
Text Example
White with #B5E1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E1CB; }
p { color: rgb(181,225,203); }
H1.HeaderClassName
{
color: #B5E1CB;
}
.AnyTagClassName
{
color: #B5E1CB;
}
</style>
background-color css
<style>
a { background-color: #B5E1CB; }
a { background-color: rgb(181,225,203); }
div.DivClassName
{
background-color: #B5E1CB;
}
.BgClassName
{
background-color: #B5E1CB;
}
</style>
border-color css
<style>
span { border-color: #B5E1CB; }
span { border-color: rgb(181,225,203); }
td.TdClassName
{
border-color: #B5E1CB;
}
.TagClassName
{
border-color: #B5E1CB;
}
</style>