Shades of Aero Blue #B5E4CC
Tints of Aero Blue #B5E4CC
RGB
CMYK
RGB Variations
Color information
#B5E4CC (or 0xB5E4CC) is known color: Aero Blue. HEX triplet: B5, E4 and CC. RGB value is (181,228,204). Sum of RGB (Red+Green+Blue) = 181+228+204=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E4CC is #4A1B33. Grayscale: #D3D3D3. Windows color (decimal): -4856628 or 13427893. OLE color: 13427893.
HSL color Cylindrical-coordinate representation of color #B5E4CC: hue angle of 149.36º degrees, saturation: 0.47, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E4CC is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 228 | 204 | - |
CMYK | 0.21 | 0 | 0.11 | 0.11 |
HSL | 149.36º | 0.47% | 0.8% | - |
HSV(B) | 149.36º | 0.21% | 0.89% | - |
XYZ | 57.7 | 69.67 | 67.53 | - |
YUV | 211.21 | 123.93 | 106.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 228 | 204 | 0.21 | 0 | 0.11 | 0.11 | 149.36 | 0.47 | 0.8 |
Hex | B5 | E4 | CC | 15 | 0 | B | B | 95 | 2F | 50 |
Octal | 265 | 344 | 314 | 25 | 0 | 13 | 13 | 225 | 57 | 120 |
Binary | 10110101 | 11100100 | 11001100 | 10101 | 0 | 1011 | 1011 | 10010101 | 101111 | 1010000 |
Color Harmonies of #B5E4CC
Complementary color
Monochromatic Colors of #B5E4CC
Black with #B5E4CC
Text Example
Text Example
White with #B5E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E4CC; }
p { color: rgb(181,228,204); }
H1.HeaderClassName
{
color: #B5E4CC;
}
.AnyTagClassName
{
color: #B5E4CC;
}
</style>
background-color css
<style>
a { background-color: #B5E4CC; }
a { background-color: rgb(181,228,204); }
div.DivClassName
{
background-color: #B5E4CC;
}
.BgClassName
{
background-color: #B5E4CC;
}
</style>
border-color css
<style>
span { border-color: #B5E4CC; }
span { border-color: rgb(181,228,204); }
td.TdClassName
{
border-color: #B5E4CC;
}
.TagClassName
{
border-color: #B5E4CC;
}
</style>