Shades of Aero Blue #B4DFC9
Tints of Aero Blue #B4DFC9
RGB
CMYK
RGB Variations
Color information
#B4DFC9 (or 0xB4DFC9) is known color: Aero Blue. HEX triplet: B4, DF and C9. RGB value is (180,223,201). Sum of RGB (Red+Green+Blue) = 180+223+201=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFC9 is #4B2036. Grayscale: #CFCFCF. Windows color (decimal): -4923447 or 13230004. OLE color: 13230004.
HSL color Cylindrical-coordinate representation of color #B4DFC9: hue angle of 149.3º degrees, saturation: 0.4, 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 #B4DFC9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 201 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.13 |
| HSL | 149.3º | 0.4% | 0.79% | - |
| HSV(B) | 149.3º | 0.19% | 0.87% | - |
| XYZ | 55.75 | 66.7 | 65.19 | - |
| YUV | 207.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 201 | 0.19 | 0 | 0.10 | 0.13 | 149.3 | 0.4 | 0.79 |
| Hex | B4 | DF | C9 | 13 | 0 | A | D | 95 | 28 | 4F |
| Octal | 264 | 337 | 311 | 23 | 0 | 12 | 15 | 225 | 50 | 117 |
| Binary | 10110100 | 11011111 | 11001001 | 10011 | 0 | 1010 | 1101 | 10010101 | 101000 | 1001111 |
Color Harmonies of #B4DFC9
Complementary color
Monochromatic Colors of #B4DFC9
Black with #B4DFC9
Text Example
Text Example
White with #B4DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DFC9; }
p { color: rgb(180,223,201); }
H1.HeaderClassName
{
color: #B4DFC9;
}
.AnyTagClassName
{
color: #B4DFC9;
}
</style>
background-color css
<style>
a { background-color: #B4DFC9; }
a { background-color: rgb(180,223,201); }
div.DivClassName
{
background-color: #B4DFC9;
}
.BgClassName
{
background-color: #B4DFC9;
}
</style>
border-color css
<style>
span { border-color: #B4DFC9; }
span { border-color: rgb(180,223,201); }
td.TdClassName
{
border-color: #B4DFC9;
}
.TagClassName
{
border-color: #B4DFC9;
}
</style>