Shades of Powder Blue #A8DEDF
Tints of Powder Blue #A8DEDF
RGB
CMYK
RGB Variations
Color information
#A8DEDF (or 0xA8DEDF) is known color: Powder Blue. HEX triplet: A8, DE and DF. RGB value is (168,222,223). Sum of RGB (Red+Green+Blue) = 168+222+223=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #A8DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DEDF is #572120. Grayscale: #CDCDCD. Windows color (decimal): -5710113 or 14671528. OLE color: 14671528.
HSL color Cylindrical-coordinate representation of color #A8DEDF: hue angle of 181.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DEDF is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 223 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.13 |
| HSL | 181.09º | 0.46% | 0.77% | - |
| HSV(B) | 181.09º | 0.25% | 0.87% | - |
| XYZ | 55.59 | 65.9 | 79.6 | - |
| YUV | 205.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 223 | 0.25 | 0.00 | 0 | 0.13 | 181.09 | 0.46 | 0.77 |
| Hex | A8 | DE | DF | 19 | 0 | 0 | D | B5 | 2E | 4D |
| Octal | 250 | 336 | 337 | 31 | 0 | 0 | 15 | 265 | 56 | 115 |
| Binary | 10101000 | 11011110 | 11011111 | 11001 | 0 | 0 | 1101 | 10110101 | 101110 | 1001101 |
Color Harmonies of #A8DEDF
Complementary color
Monochromatic Colors of #A8DEDF
Black with #A8DEDF
Text Example
Text Example
White with #A8DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEDF; }
p { color: rgb(168,222,223); }
H1.HeaderClassName
{
color: #A8DEDF;
}
.AnyTagClassName
{
color: #A8DEDF;
}
</style>
background-color css
<style>
a { background-color: #A8DEDF; }
a { background-color: rgb(168,222,223); }
div.DivClassName
{
background-color: #A8DEDF;
}
.BgClassName
{
background-color: #A8DEDF;
}
</style>
border-color css
<style>
span { border-color: #A8DEDF; }
span { border-color: rgb(168,222,223); }
td.TdClassName
{
border-color: #A8DEDF;
}
.TagClassName
{
border-color: #A8DEDF;
}
</style>