Shades of Aero Blue #B5E3CA
Tints of Aero Blue #B5E3CA
RGB
CMYK
RGB Variations
Color information
#B5E3CA (or 0xB5E3CA) is known color: Aero Blue. HEX triplet: B5, E3 and CA. RGB value is (181,227,202). Sum of RGB (Red+Green+Blue) = 181+227+202=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E3CA is #4A1C35. Grayscale: #D2D2D2. Windows color (decimal): -4856886 or 13296565. OLE color: 13296565.
HSL color Cylindrical-coordinate representation of color #B5E3CA: hue angle of 147.39º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5E3CA is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 227 | 202 | - |
CMYK | 0.20 | 0 | 0.11 | 0.11 |
HSL | 147.39º | 0.45% | 0.8% | - |
HSV(B) | 147.39º | 0.2% | 0.89% | - |
XYZ | 57.19 | 69.03 | 66.19 | - |
YUV | 210.4 | 123.26 | 107.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 227 | 202 | 0.20 | 0 | 0.11 | 0.11 | 147.39 | 0.45 | 0.8 |
Hex | B5 | E3 | CA | 14 | 0 | B | B | 93 | 2D | 50 |
Octal | 265 | 343 | 312 | 24 | 0 | 13 | 13 | 223 | 55 | 120 |
Binary | 10110101 | 11100011 | 11001010 | 10100 | 0 | 1011 | 1011 | 10010011 | 101101 | 1010000 |
Color Harmonies of #B5E3CA
Complementary color
Monochromatic Colors of #B5E3CA
Black with #B5E3CA
Text Example
Text Example
White with #B5E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E3CA; }
p { color: rgb(181,227,202); }
H1.HeaderClassName
{
color: #B5E3CA;
}
.AnyTagClassName
{
color: #B5E3CA;
}
</style>
background-color css
<style>
a { background-color: #B5E3CA; }
a { background-color: rgb(181,227,202); }
div.DivClassName
{
background-color: #B5E3CA;
}
.BgClassName
{
background-color: #B5E3CA;
}
</style>
border-color css
<style>
span { border-color: #B5E3CA; }
span { border-color: rgb(181,227,202); }
td.TdClassName
{
border-color: #B5E3CA;
}
.TagClassName
{
border-color: #B5E3CA;
}
</style>