Shades of Powder Blue #A8E0DE
Tints of Powder Blue #A8E0DE
RGB
CMYK
RGB Variations
Color information
#A8E0DE (or 0xA8E0DE) is known color: Powder Blue. HEX triplet: A8, E0 and DE. RGB value is (168,224,222). Sum of RGB (Red+Green+Blue) = 168+224+222=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E0DE is #571F21. Grayscale: #CECECE. Windows color (decimal): -5709602 or 14606504. OLE color: 14606504.
HSL color Cylindrical-coordinate representation of color #A8E0DE: hue angle of 177.86º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E0DE is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 222 | - |
| CMYK | 0.25 | 0 | 0.01 | 0.12 |
| HSL | 177.86º | 0.47% | 0.77% | - |
| HSV(B) | 177.86º | 0.25% | 0.88% | - |
| XYZ | 55.99 | 66.91 | 79.07 | - |
| YUV | 207.03 | 136.45 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 222 | 0.25 | 0 | 0.01 | 0.12 | 177.86 | 0.47 | 0.77 |
| Hex | A8 | E0 | DE | 19 | 0 | 1 | C | B2 | 2F | 4D |
| Octal | 250 | 340 | 336 | 31 | 0 | 1 | 14 | 262 | 57 | 115 |
| Binary | 10101000 | 11100000 | 11011110 | 11001 | 0 | 1 | 1100 | 10110010 | 101111 | 1001101 |
Color Harmonies of #A8E0DE
Complementary color
Monochromatic Colors of #A8E0DE
Black with #A8E0DE
Text Example
Text Example
White with #A8E0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E0DE; }
p { color: rgb(168,224,222); }
H1.HeaderClassName
{
color: #A8E0DE;
}
.AnyTagClassName
{
color: #A8E0DE;
}
</style>
background-color css
<style>
a { background-color: #A8E0DE; }
a { background-color: rgb(168,224,222); }
div.DivClassName
{
background-color: #A8E0DE;
}
.BgClassName
{
background-color: #A8E0DE;
}
</style>
border-color css
<style>
span { border-color: #A8E0DE; }
span { border-color: rgb(168,224,222); }
td.TdClassName
{
border-color: #A8E0DE;
}
.TagClassName
{
border-color: #A8E0DE;
}
</style>