Shades of Aero Blue #B5E9CD
Tints of Aero Blue #B5E9CD
RGB
CMYK
RGB Variations
Color information
#B5E9CD (or 0xB5E9CD) is known color: Aero Blue. HEX triplet: B5, E9 and CD. RGB value is (181,233,205). Sum of RGB (Red+Green+Blue) = 181+233+205=619 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.24% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9CD is #4A1632. Grayscale: #D6D6D6. Windows color (decimal): -4855347 or 13494709. OLE color: 13494709.
HSL color Cylindrical-coordinate representation of color #B5E9CD: hue angle of 147.69º 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 #B5E9CD is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 233 | 205 | - |
CMYK | 0.22 | 0 | 0.12 | 0.09 |
HSL | 147.69º | 0.54% | 0.81% | - |
HSV(B) | 147.69º | 0.22% | 0.91% | - |
XYZ | 59.21 | 72.51 | 68.63 | - |
YUV | 214.26 | 122.77 | 104.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 233 | 205 | 0.22 | 0 | 0.12 | 0.09 | 147.69 | 0.54 | 0.81 |
Hex | B5 | E9 | CD | 16 | 0 | C | 9 | 94 | 36 | 51 |
Octal | 265 | 351 | 315 | 26 | 0 | 14 | 11 | 224 | 66 | 121 |
Binary | 10110101 | 11101001 | 11001101 | 10110 | 0 | 1100 | 1001 | 10010100 | 110110 | 1010001 |
Color Harmonies of #B5E9CD
Complementary color
Monochromatic Colors of #B5E9CD
Black with #B5E9CD
Text Example
Text Example
White with #B5E9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9CD; }
p { color: rgb(181,233,205); }
H1.HeaderClassName
{
color: #B5E9CD;
}
.AnyTagClassName
{
color: #B5E9CD;
}
</style>
background-color css
<style>
a { background-color: #B5E9CD; }
a { background-color: rgb(181,233,205); }
div.DivClassName
{
background-color: #B5E9CD;
}
.BgClassName
{
background-color: #B5E9CD;
}
</style>
border-color css
<style>
span { border-color: #B5E9CD; }
span { border-color: rgb(181,233,205); }
td.TdClassName
{
border-color: #B5E9CD;
}
.TagClassName
{
border-color: #B5E9CD;
}
</style>