Shades of Powder Blue #A7DEDE
Tints of Powder Blue #A7DEDE
RGB
CMYK
RGB Variations
Color information
#A7DEDE (or 0xA7DEDE) is known color: Powder Blue. HEX triplet: A7, DE and DE. RGB value is (167,222,222). Sum of RGB (Red+Green+Blue) = 167+222+222=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #A7DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEDE is #582121. Grayscale: #CDCDCD. Windows color (decimal): -5775650 or 14605991. OLE color: 14605991.
HSL color Cylindrical-coordinate representation of color #A7DEDE: hue angle of 180º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DEDE is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 222 | 222 | - |
| CMYK | 0.25 | 0 | 0 | 0.13 |
| HSL | 180º | 0.45% | 0.76% | - |
| HSV(B) | 180º | 0.25% | 0.87% | - |
| XYZ | 55.24 | 65.73 | 78.88 | - |
| YUV | 205.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 222 | 0.25 | 0 | 0 | 0.13 | 180 | 0.45 | 0.76 |
| Hex | A7 | DE | DE | 19 | 0 | 0 | D | B4 | 2D | 4C |
| Octal | 247 | 336 | 336 | 31 | 0 | 0 | 15 | 264 | 55 | 114 |
| Binary | 10100111 | 11011110 | 11011110 | 11001 | 0 | 0 | 1101 | 10110100 | 101101 | 1001100 |
Color Harmonies of #A7DEDE
Complementary color
Monochromatic Colors of #A7DEDE
Black with #A7DEDE
Text Example
Text Example
White with #A7DEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DEDE; }
p { color: rgb(167,222,222); }
H1.HeaderClassName
{
color: #A7DEDE;
}
.AnyTagClassName
{
color: #A7DEDE;
}
</style>
background-color css
<style>
a { background-color: #A7DEDE; }
a { background-color: rgb(167,222,222); }
div.DivClassName
{
background-color: #A7DEDE;
}
.BgClassName
{
background-color: #A7DEDE;
}
</style>
border-color css
<style>
span { border-color: #A7DEDE; }
span { border-color: rgb(167,222,222); }
td.TdClassName
{
border-color: #A7DEDE;
}
.TagClassName
{
border-color: #A7DEDE;
}
</style>