Shades of Aero Blue #B5E5CD
Tints of Aero Blue #B5E5CD
RGB
CMYK
RGB Variations
Color information
#B5E5CD (or 0xB5E5CD) is known color: Aero Blue. HEX triplet: B5, E5 and CD. RGB value is (181,229,205). Sum of RGB (Red+Green+Blue) = 181+229+205=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #B5E5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E5CD is #4A1A32. Grayscale: #D3D3D3. Windows color (decimal): -4856371 or 13493685. OLE color: 13493685.
HSL color Cylindrical-coordinate representation of color #B5E5CD: hue angle of 150º 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 #B5E5CD is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 181 | 229 | 205 | - |
CMYK | 0.21 | 0 | 0.10 | 0.10 |
HSL | 150º | 0.48% | 0.8% | - |
HSV(B) | 150º | 0.21% | 0.9% | - |
XYZ | 58.09 | 70.27 | 68.26 | - |
YUV | 211.91 | 124.1 | 105.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 229 | 205 | 0.21 | 0 | 0.10 | 0.10 | 150 | 0.48 | 0.8 |
Hex | B5 | E5 | CD | 15 | 0 | A | A | 96 | 30 | 50 |
Octal | 265 | 345 | 315 | 25 | 0 | 12 | 12 | 226 | 60 | 120 |
Binary | 10110101 | 11100101 | 11001101 | 10101 | 0 | 1010 | 1010 | 10010110 | 110000 | 1010000 |
Color Harmonies of #B5E5CD
Complementary color
Monochromatic Colors of #B5E5CD
Black with #B5E5CD
Text Example
Text Example
White with #B5E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E5CD; }
p { color: rgb(181,229,205); }
H1.HeaderClassName
{
color: #B5E5CD;
}
.AnyTagClassName
{
color: #B5E5CD;
}
</style>
background-color css
<style>
a { background-color: #B5E5CD; }
a { background-color: rgb(181,229,205); }
div.DivClassName
{
background-color: #B5E5CD;
}
.BgClassName
{
background-color: #B5E5CD;
}
</style>
border-color css
<style>
span { border-color: #B5E5CD; }
span { border-color: rgb(181,229,205); }
td.TdClassName
{
border-color: #B5E5CD;
}
.TagClassName
{
border-color: #B5E5CD;
}
</style>