Shades of Aero Blue #B7DFC9
Tints of Aero Blue #B7DFC9
RGB
CMYK
RGB Variations
Color information
#B7DFC9 (or 0xB7DFC9) is known color: Aero Blue. HEX triplet: B7, DF and C9. RGB value is (183,223,201). Sum of RGB (Red+Green+Blue) = 183+223+201=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFC9 is #482036. Grayscale: #D0D0D0. Windows color (decimal): -4726839 or 13230007. OLE color: 13230007.
HSL color Cylindrical-coordinate representation of color #B7DFC9: hue angle of 147º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFC9 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 201 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.13 |
| HSL | 147º | 0.38% | 0.8% | - |
| HSV(B) | 147º | 0.18% | 0.87% | - |
| XYZ | 56.46 | 67.06 | 65.23 | - |
| YUV | 208.53 | 123.75 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 201 | 0.18 | 0 | 0.10 | 0.13 | 147 | 0.38 | 0.8 |
| Hex | B7 | DF | C9 | 12 | 0 | A | D | 93 | 26 | 50 |
| Octal | 267 | 337 | 311 | 22 | 0 | 12 | 15 | 223 | 46 | 120 |
| Binary | 10110111 | 11011111 | 11001001 | 10010 | 0 | 1010 | 1101 | 10010011 | 100110 | 1010000 |
Color Harmonies of #B7DFC9
Complementary color
Monochromatic Colors of #B7DFC9
Black with #B7DFC9
Text Example
Text Example
White with #B7DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DFC9; }
p { color: rgb(183,223,201); }
H1.HeaderClassName
{
color: #B7DFC9;
}
.AnyTagClassName
{
color: #B7DFC9;
}
</style>
background-color css
<style>
a { background-color: #B7DFC9; }
a { background-color: rgb(183,223,201); }
div.DivClassName
{
background-color: #B7DFC9;
}
.BgClassName
{
background-color: #B7DFC9;
}
</style>
border-color css
<style>
span { border-color: #B7DFC9; }
span { border-color: rgb(183,223,201); }
td.TdClassName
{
border-color: #B7DFC9;
}
.TagClassName
{
border-color: #B7DFC9;
}
</style>