Shades of Aero Blue #B4E3CC
Tints of Aero Blue #B4E3CC
RGB
CMYK
RGB Variations
Color information
#B4E3CC (or 0xB4E3CC) is known color: Aero Blue. HEX triplet: B4, E3 and CC. RGB value is (180,227,204). Sum of RGB (Red+Green+Blue) = 180+227+204=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4E3CC is #4B1C33. Grayscale: #D2D2D2. Windows color (decimal): -4922420 or 13427636. OLE color: 13427636.
HSL color Cylindrical-coordinate representation of color #B4E3CC: hue angle of 150.64º degrees, saturation: 0.46, 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 #B4E3CC is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 227 | 204 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.11 |
| HSL | 150.64º | 0.46% | 0.8% | - |
| HSV(B) | 150.64º | 0.21% | 0.89% | - |
| XYZ | 57.19 | 69 | 67.43 | - |
| YUV | 210.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 227 | 204 | 0.21 | 0 | 0.10 | 0.11 | 150.64 | 0.46 | 0.8 |
| Hex | B4 | E3 | CC | 15 | 0 | A | B | 97 | 2E | 50 |
| Octal | 264 | 343 | 314 | 25 | 0 | 12 | 13 | 227 | 56 | 120 |
| Binary | 10110100 | 11100011 | 11001100 | 10101 | 0 | 1010 | 1011 | 10010111 | 101110 | 1010000 |
Color Harmonies of #B4E3CC
Complementary color
Monochromatic Colors of #B4E3CC
Black with #B4E3CC
Text Example
Text Example
White with #B4E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E3CC; }
p { color: rgb(180,227,204); }
H1.HeaderClassName
{
color: #B4E3CC;
}
.AnyTagClassName
{
color: #B4E3CC;
}
</style>
background-color css
<style>
a { background-color: #B4E3CC; }
a { background-color: rgb(180,227,204); }
div.DivClassName
{
background-color: #B4E3CC;
}
.BgClassName
{
background-color: #B4E3CC;
}
</style>
border-color css
<style>
span { border-color: #B4E3CC; }
span { border-color: rgb(180,227,204); }
td.TdClassName
{
border-color: #B4E3CC;
}
.TagClassName
{
border-color: #B4E3CC;
}
</style>