Shades of Aero Blue #B4DDC6
Tints of Aero Blue #B4DDC6
RGB
CMYK
RGB Variations
Color information
#B4DDC6 (or 0xB4DDC6) is known color: Aero Blue. HEX triplet: B4, DD and C6. RGB value is (180,221,198). Sum of RGB (Red+Green+Blue) = 180+221+198=599 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.05% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDC6 is #4B2239. Grayscale: #CECECE. Windows color (decimal): -4923962 or 13032884. OLE color: 13032884.
HSL color Cylindrical-coordinate representation of color #B4DDC6: hue angle of 146.34º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DDC6 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 221 | 198 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.13 |
| HSL | 146.34º | 0.38% | 0.79% | - |
| HSV(B) | 146.34º | 0.19% | 0.87% | - |
| XYZ | 54.87 | 65.49 | 63.18 | - |
| YUV | 206.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 221 | 198 | 0.19 | 0 | 0.10 | 0.13 | 146.34 | 0.38 | 0.79 |
| Hex | B4 | DD | C6 | 13 | 0 | A | D | 92 | 26 | 4F |
| Octal | 264 | 335 | 306 | 23 | 0 | 12 | 15 | 222 | 46 | 117 |
| Binary | 10110100 | 11011101 | 11000110 | 10011 | 0 | 1010 | 1101 | 10010010 | 100110 | 1001111 |
Color Harmonies of #B4DDC6
Complementary color
Monochromatic Colors of #B4DDC6
Black with #B4DDC6
Text Example
Text Example
White with #B4DDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DDC6; }
p { color: rgb(180,221,198); }
H1.HeaderClassName
{
color: #B4DDC6;
}
.AnyTagClassName
{
color: #B4DDC6;
}
</style>
background-color css
<style>
a { background-color: #B4DDC6; }
a { background-color: rgb(180,221,198); }
div.DivClassName
{
background-color: #B4DDC6;
}
.BgClassName
{
background-color: #B4DDC6;
}
</style>
border-color css
<style>
span { border-color: #B4DDC6; }
span { border-color: rgb(180,221,198); }
td.TdClassName
{
border-color: #B4DDC6;
}
.TagClassName
{
border-color: #B4DDC6;
}
</style>