Shades of Aero Blue #B5E9CE
Tints of Aero Blue #B5E9CE
RGB
CMYK
RGB Variations
Color information
#B5E9CE (or 0xB5E9CE) is known color: Aero Blue. HEX triplet: B5, E9 and CE. RGB value is (181,233,206). Sum of RGB (Red+Green+Blue) = 181+233+206=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9CE is #4A1631. Grayscale: #D6D6D6. Windows color (decimal): -4855346 or 13560245. OLE color: 13560245.
HSL color Cylindrical-coordinate representation of color #B5E9CE: hue angle of 148.85º degrees, saturation: 0.54, 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 #B5E9CE is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 233 | 206 | - |
CMYK | 0.22 | 0 | 0.12 | 0.09 |
HSL | 148.85º | 0.54% | 0.81% | - |
HSV(B) | 148.85º | 0.22% | 0.91% | - |
XYZ | 59.34 | 72.56 | 69.27 | - |
YUV | 214.37 | 123.27 | 104.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 233 | 206 | 0.22 | 0 | 0.12 | 0.09 | 148.85 | 0.54 | 0.81 |
Hex | B5 | E9 | CE | 16 | 0 | C | 9 | 95 | 36 | 51 |
Octal | 265 | 351 | 316 | 26 | 0 | 14 | 11 | 225 | 66 | 121 |
Binary | 10110101 | 11101001 | 11001110 | 10110 | 0 | 1100 | 1001 | 10010101 | 110110 | 1010001 |
Color Harmonies of #B5E9CE
Complementary color
Monochromatic Colors of #B5E9CE
Black with #B5E9CE
Text Example
Text Example
White with #B5E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9CE; }
p { color: rgb(181,233,206); }
H1.HeaderClassName
{
color: #B5E9CE;
}
.AnyTagClassName
{
color: #B5E9CE;
}
</style>
background-color css
<style>
a { background-color: #B5E9CE; }
a { background-color: rgb(181,233,206); }
div.DivClassName
{
background-color: #B5E9CE;
}
.BgClassName
{
background-color: #B5E9CE;
}
</style>
border-color css
<style>
span { border-color: #B5E9CE; }
span { border-color: rgb(181,233,206); }
td.TdClassName
{
border-color: #B5E9CE;
}
.TagClassName
{
border-color: #B5E9CE;
}
</style>