Shades of Aero Blue #B5E6CD
Tints of Aero Blue #B5E6CD
RGB
CMYK
RGB Variations
Color information
#B5E6CD (or 0xB5E6CD) is known color: Aero Blue. HEX triplet: B5, E6 and CD. RGB value is (181,230,205). Sum of RGB (Red+Green+Blue) = 181+230+205=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E6CD is #4A1932. Grayscale: #D4D4D4. Windows color (decimal): -4856115 or 13493941. OLE color: 13493941.
HSL color Cylindrical-coordinate representation of color #B5E6CD: hue angle of 149.39º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E6CD is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
RGB | 181 | 230 | 205 | - |
CMYK | 0.21 | 0 | 0.11 | 0.10 |
HSL | 149.39º | 0.49% | 0.81% | - |
HSV(B) | 149.39º | 0.21% | 0.9% | - |
XYZ | 58.37 | 70.83 | 68.35 | - |
YUV | 212.5 | 123.77 | 105.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 230 | 205 | 0.21 | 0 | 0.11 | 0.10 | 149.39 | 0.49 | 0.81 |
Hex | B5 | E6 | CD | 15 | 0 | B | A | 95 | 31 | 51 |
Octal | 265 | 346 | 315 | 25 | 0 | 13 | 12 | 225 | 61 | 121 |
Binary | 10110101 | 11100110 | 11001101 | 10101 | 0 | 1011 | 1010 | 10010101 | 110001 | 1010001 |
Color Harmonies of #B5E6CD
Complementary color
Monochromatic Colors of #B5E6CD
Black with #B5E6CD
Text Example
Text Example
White with #B5E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E6CD; }
p { color: rgb(181,230,205); }
H1.HeaderClassName
{
color: #B5E6CD;
}
.AnyTagClassName
{
color: #B5E6CD;
}
</style>
background-color css
<style>
a { background-color: #B5E6CD; }
a { background-color: rgb(181,230,205); }
div.DivClassName
{
background-color: #B5E6CD;
}
.BgClassName
{
background-color: #B5E6CD;
}
</style>
border-color css
<style>
span { border-color: #B5E6CD; }
span { border-color: rgb(181,230,205); }
td.TdClassName
{
border-color: #B5E6CD;
}
.TagClassName
{
border-color: #B5E6CD;
}
</style>