Shades of Aero Blue #B5E0CC
Tints of Aero Blue #B5E0CC
RGB
CMYK
RGB Variations
Color information
#B5E0CC (or 0xB5E0CC) is known color: Aero Blue. HEX triplet: B5, E0 and CC. RGB value is (181,224,204). Sum of RGB (Red+Green+Blue) = 181+224+204=609 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.72% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E0CC is #4A1F33. Grayscale: #D0D0D0. Windows color (decimal): -4857652 or 13426869. OLE color: 13426869.
HSL color Cylindrical-coordinate representation of color #B5E0CC: hue angle of 152.09º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5E0CC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 204 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.12 |
| HSL | 152.09º | 0.41% | 0.79% | - |
| HSV(B) | 152.09º | 0.19% | 0.88% | - |
| XYZ | 56.61 | 67.49 | 67.17 | - |
| YUV | 208.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 204 | 0.19 | 0 | 0.09 | 0.12 | 152.09 | 0.41 | 0.79 |
| Hex | B5 | E0 | CC | 13 | 0 | 9 | C | 98 | 29 | 4F |
| Octal | 265 | 340 | 314 | 23 | 0 | 11 | 14 | 230 | 51 | 117 |
| Binary | 10110101 | 11100000 | 11001100 | 10011 | 0 | 1001 | 1100 | 10011000 | 101001 | 1001111 |
Color Harmonies of #B5E0CC
Complementary color
Monochromatic Colors of #B5E0CC
Black with #B5E0CC
Text Example
Text Example
White with #B5E0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E0CC; }
p { color: rgb(181,224,204); }
H1.HeaderClassName
{
color: #B5E0CC;
}
.AnyTagClassName
{
color: #B5E0CC;
}
</style>
background-color css
<style>
a { background-color: #B5E0CC; }
a { background-color: rgb(181,224,204); }
div.DivClassName
{
background-color: #B5E0CC;
}
.BgClassName
{
background-color: #B5E0CC;
}
</style>
border-color css
<style>
span { border-color: #B5E0CC; }
span { border-color: rgb(181,224,204); }
td.TdClassName
{
border-color: #B5E0CC;
}
.TagClassName
{
border-color: #B5E0CC;
}
</style>