Shades of Aero Blue #B8DDC7
Tints of Aero Blue #B8DDC7
RGB
CMYK
RGB Variations
Color information
#B8DDC7 (or 0xB8DDC7) is known color: Aero Blue. HEX triplet: B8, DD and C7. RGB value is (184,221,199). Sum of RGB (Red+Green+Blue) = 184+221+199=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDC7 is #472238. Grayscale: #CFCFCF. Windows color (decimal): -4661817 or 13098424. OLE color: 13098424.
HSL color Cylindrical-coordinate representation of color #B8DDC7: hue angle of 144.32º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDC7 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 199 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.13 |
| HSL | 144.32º | 0.35% | 0.79% | - |
| HSV(B) | 144.32º | 0.17% | 0.87% | - |
| XYZ | 55.93 | 66.03 | 63.83 | - |
| YUV | 207.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 199 | 0.17 | 0 | 0.10 | 0.13 | 144.32 | 0.35 | 0.79 |
| Hex | B8 | DD | C7 | 11 | 0 | A | D | 90 | 23 | 4F |
| Octal | 270 | 335 | 307 | 21 | 0 | 12 | 15 | 220 | 43 | 117 |
| Binary | 10111000 | 11011101 | 11000111 | 10001 | 0 | 1010 | 1101 | 10010000 | 100011 | 1001111 |
Color Harmonies of #B8DDC7
Complementary color
Monochromatic Colors of #B8DDC7
Black with #B8DDC7
Text Example
Text Example
White with #B8DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDC7; }
p { color: rgb(184,221,199); }
H1.HeaderClassName
{
color: #B8DDC7;
}
.AnyTagClassName
{
color: #B8DDC7;
}
</style>
background-color css
<style>
a { background-color: #B8DDC7; }
a { background-color: rgb(184,221,199); }
div.DivClassName
{
background-color: #B8DDC7;
}
.BgClassName
{
background-color: #B8DDC7;
}
</style>
border-color css
<style>
span { border-color: #B8DDC7; }
span { border-color: rgb(184,221,199); }
td.TdClassName
{
border-color: #B8DDC7;
}
.TagClassName
{
border-color: #B8DDC7;
}
</style>