Shades of Aero Blue #B5DFC9
Tints of Aero Blue #B5DFC9
RGB
CMYK
RGB Variations
Color information
#B5DFC9 (or 0xB5DFC9) is known color: Aero Blue. HEX triplet: B5, DF and C9. RGB value is (181,223,201). Sum of RGB (Red+Green+Blue) = 181+223+201=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFC9 is #4A2036. Grayscale: #CFCFCF. Windows color (decimal): -4857911 or 13230005. OLE color: 13230005.
HSL color Cylindrical-coordinate representation of color #B5DFC9: hue angle of 148.57º 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 #B5DFC9 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 201 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.13 |
| HSL | 148.57º | 0.4% | 0.79% | - |
| HSV(B) | 148.57º | 0.19% | 0.87% | - |
| XYZ | 55.99 | 66.82 | 65.2 | - |
| YUV | 207.93 | 124.09 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 201 | 0.19 | 0 | 0.10 | 0.13 | 148.57 | 0.4 | 0.79 |
| Hex | B5 | DF | C9 | 13 | 0 | A | D | 95 | 28 | 4F |
| Octal | 265 | 337 | 311 | 23 | 0 | 12 | 15 | 225 | 50 | 117 |
| Binary | 10110101 | 11011111 | 11001001 | 10011 | 0 | 1010 | 1101 | 10010101 | 101000 | 1001111 |
Color Harmonies of #B5DFC9
Complementary color
Monochromatic Colors of #B5DFC9
Black with #B5DFC9
Text Example
Text Example
White with #B5DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFC9; }
p { color: rgb(181,223,201); }
H1.HeaderClassName
{
color: #B5DFC9;
}
.AnyTagClassName
{
color: #B5DFC9;
}
</style>
background-color css
<style>
a { background-color: #B5DFC9; }
a { background-color: rgb(181,223,201); }
div.DivClassName
{
background-color: #B5DFC9;
}
.BgClassName
{
background-color: #B5DFC9;
}
</style>
border-color css
<style>
span { border-color: #B5DFC9; }
span { border-color: rgb(181,223,201); }
td.TdClassName
{
border-color: #B5DFC9;
}
.TagClassName
{
border-color: #B5DFC9;
}
</style>