Shades of Powder Blue #A8DFE1
Tints of Powder Blue #A8DFE1
RGB
CMYK
RGB Variations
Color information
#A8DFE1 (or 0xA8DFE1) is known color: Powder Blue. HEX triplet: A8, DF and E1. RGB value is (168,223,225). Sum of RGB (Red+Green+Blue) = 168+223+225=616 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.27% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #A8DFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFE1 is #57201E. Grayscale: #CECECE. Windows color (decimal): -5709855 or 14802856. OLE color: 14802856.
HSL color Cylindrical-coordinate representation of color #A8DFE1: hue angle of 182.11º degrees, saturation: 0.49, 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 #A8DFE1 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 223 | 225 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.12 |
| HSL | 182.11º | 0.49% | 0.77% | - |
| HSV(B) | 182.11º | 0.25% | 0.88% | - |
| XYZ | 56.13 | 66.54 | 81.12 | - |
| YUV | 206.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 225 | 0.25 | 0.01 | 0 | 0.12 | 182.11 | 0.49 | 0.77 |
| Hex | A8 | DF | E1 | 19 | 1 | 0 | C | B6 | 31 | 4D |
| Octal | 250 | 337 | 341 | 31 | 1 | 0 | 14 | 266 | 61 | 115 |
| Binary | 10101000 | 11011111 | 11100001 | 11001 | 1 | 0 | 1100 | 10110110 | 110001 | 1001101 |
Color Harmonies of #A8DFE1
Complementary color
Monochromatic Colors of #A8DFE1
Black with #A8DFE1
Text Example
Text Example
White with #A8DFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFE1; }
p { color: rgb(168,223,225); }
H1.HeaderClassName
{
color: #A8DFE1;
}
.AnyTagClassName
{
color: #A8DFE1;
}
</style>
background-color css
<style>
a { background-color: #A8DFE1; }
a { background-color: rgb(168,223,225); }
div.DivClassName
{
background-color: #A8DFE1;
}
.BgClassName
{
background-color: #A8DFE1;
}
</style>
border-color css
<style>
span { border-color: #A8DFE1; }
span { border-color: rgb(168,223,225); }
td.TdClassName
{
border-color: #A8DFE1;
}
.TagClassName
{
border-color: #A8DFE1;
}
</style>