Shades of Aero Blue #B5E8CF
Tints of Aero Blue #B5E8CF
RGB
CMYK
RGB Variations
Color information
#B5E8CF (or 0xB5E8CF) is known color: Aero Blue. HEX triplet: B5, E8 and CF. RGB value is (181,232,207). Sum of RGB (Red+Green+Blue) = 181+232+207=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8CF is #4A1730. Grayscale: #D5D5D5. Windows color (decimal): -4855601 or 13625525. OLE color: 13625525.
HSL color Cylindrical-coordinate representation of color #B5E8CF: hue angle of 150.59º 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 #B5E8CF is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 232 | 207 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.09 |
| HSL | 150.59º | 0.53% | 0.81% | - |
| HSV(B) | 150.59º | 0.22% | 0.91% | - |
| XYZ | 59.18 | 72.04 | 69.82 | - |
| YUV | 213.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 232 | 207 | 0.22 | 0 | 0.11 | 0.09 | 150.59 | 0.53 | 0.81 |
| Hex | B5 | E8 | CF | 16 | 0 | B | 9 | 97 | 35 | 51 |
| Octal | 265 | 350 | 317 | 26 | 0 | 13 | 11 | 227 | 65 | 121 |
| Binary | 10110101 | 11101000 | 11001111 | 10110 | 0 | 1011 | 1001 | 10010111 | 110101 | 1010001 |
Color Harmonies of #B5E8CF
Complementary color
Monochromatic Colors of #B5E8CF
Black with #B5E8CF
Text Example
Text Example
White with #B5E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8CF; }
p { color: rgb(181,232,207); }
H1.HeaderClassName
{
color: #B5E8CF;
}
.AnyTagClassName
{
color: #B5E8CF;
}
</style>
background-color css
<style>
a { background-color: #B5E8CF; }
a { background-color: rgb(181,232,207); }
div.DivClassName
{
background-color: #B5E8CF;
}
.BgClassName
{
background-color: #B5E8CF;
}
</style>
border-color css
<style>
span { border-color: #B5E8CF; }
span { border-color: rgb(181,232,207); }
td.TdClassName
{
border-color: #B5E8CF;
}
.TagClassName
{
border-color: #B5E8CF;
}
</style>