Shades of Powder Blue #A7E1DE
Tints of Powder Blue #A7E1DE
RGB
CMYK
RGB Variations
Color information
#A7E1DE (or 0xA7E1DE) is known color: Powder Blue. HEX triplet: A7, E1 and DE. RGB value is (167,225,222). Sum of RGB (Red+Green+Blue) = 167+225+222=614 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.20% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 225 - color contains mainly: green. Hex color #A7E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E1DE is #581E21. Grayscale: #CFCFCF. Windows color (decimal): -5774882 or 14606759. OLE color: 14606759.
HSL color Cylindrical-coordinate representation of color #A7E1DE: hue angle of 176.9º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7E1DE is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 225 | 222 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.12 |
| HSL | 176.9º | 0.49% | 0.77% | - |
| HSV(B) | 176.9º | 0.26% | 0.88% | - |
| XYZ | 56.05 | 67.34 | 79.15 | - |
| YUV | 207.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 222 | 0.26 | 0 | 0.01 | 0.12 | 176.9 | 0.49 | 0.77 |
| Hex | A7 | E1 | DE | 1A | 0 | 1 | C | B1 | 31 | 4D |
| Octal | 247 | 341 | 336 | 32 | 0 | 1 | 14 | 261 | 61 | 115 |
| Binary | 10100111 | 11100001 | 11011110 | 11010 | 0 | 1 | 1100 | 10110001 | 110001 | 1001101 |
Color Harmonies of #A7E1DE
Complementary color
Monochromatic Colors of #A7E1DE
Black with #A7E1DE
Text Example
Text Example
White with #A7E1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E1DE; }
p { color: rgb(167,225,222); }
H1.HeaderClassName
{
color: #A7E1DE;
}
.AnyTagClassName
{
color: #A7E1DE;
}
</style>
background-color css
<style>
a { background-color: #A7E1DE; }
a { background-color: rgb(167,225,222); }
div.DivClassName
{
background-color: #A7E1DE;
}
.BgClassName
{
background-color: #A7E1DE;
}
</style>
border-color css
<style>
span { border-color: #A7E1DE; }
span { border-color: rgb(167,225,222); }
td.TdClassName
{
border-color: #A7E1DE;
}
.TagClassName
{
border-color: #A7E1DE;
}
</style>