Shades of Aero Blue #B5E5CE
Tints of Aero Blue #B5E5CE
RGB
CMYK
RGB Variations
Color information
#B5E5CE (or 0xB5E5CE) is known color: Aero Blue. HEX triplet: B5, E5 and CE. RGB value is (181,229,206). Sum of RGB (Red+Green+Blue) = 181+229+206=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E5CE is #4A1A31. Grayscale: #D4D4D4. Windows color (decimal): -4856370 or 13559221. OLE color: 13559221.
HSL color Cylindrical-coordinate representation of color #B5E5CE: hue angle of 151.25º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E5CE is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 181 | 229 | 206 | - |
CMYK | 0.21 | 0 | 0.10 | 0.10 |
HSL | 151.25º | 0.48% | 0.8% | - |
HSV(B) | 151.25º | 0.21% | 0.9% | - |
XYZ | 58.22 | 70.32 | 68.9 | - |
YUV | 212.03 | 124.6 | 105.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 229 | 206 | 0.21 | 0 | 0.10 | 0.10 | 151.25 | 0.48 | 0.8 |
Hex | B5 | E5 | CE | 15 | 0 | A | A | 97 | 30 | 50 |
Octal | 265 | 345 | 316 | 25 | 0 | 12 | 12 | 227 | 60 | 120 |
Binary | 10110101 | 11100101 | 11001110 | 10101 | 0 | 1010 | 1010 | 10010111 | 110000 | 1010000 |
Color Harmonies of #B5E5CE
Complementary color
Monochromatic Colors of #B5E5CE
Black with #B5E5CE
Text Example
Text Example
White with #B5E5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E5CE; }
p { color: rgb(181,229,206); }
H1.HeaderClassName
{
color: #B5E5CE;
}
.AnyTagClassName
{
color: #B5E5CE;
}
</style>
background-color css
<style>
a { background-color: #B5E5CE; }
a { background-color: rgb(181,229,206); }
div.DivClassName
{
background-color: #B5E5CE;
}
.BgClassName
{
background-color: #B5E5CE;
}
</style>
border-color css
<style>
span { border-color: #B5E5CE; }
span { border-color: rgb(181,229,206); }
td.TdClassName
{
border-color: #B5E5CE;
}
.TagClassName
{
border-color: #B5E5CE;
}
</style>