Shades of Powder Blue #A8E3DF
Tints of Powder Blue #A8E3DF
RGB
CMYK
RGB Variations
Color information
#A8E3DF (or 0xA8E3DF) is known color: Powder Blue. HEX triplet: A8, E3 and DF. RGB value is (168,227,223). Sum of RGB (Red+Green+Blue) = 168+227+223=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E3DF is #571C20. Grayscale: #D0D0D0. Windows color (decimal): -5708833 or 14672808. OLE color: 14672808.
HSL color Cylindrical-coordinate representation of color #A8E3DF: hue angle of 175.93º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E3DF is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 223 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.11 |
| HSL | 175.93º | 0.51% | 0.77% | - |
| HSV(B) | 175.93º | 0.26% | 0.89% | - |
| XYZ | 56.94 | 68.59 | 80.05 | - |
| YUV | 208.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 223 | 0.26 | 0 | 0.02 | 0.11 | 175.93 | 0.51 | 0.77 |
| Hex | A8 | E3 | DF | 1A | 0 | 2 | B | B0 | 33 | 4D |
| Octal | 250 | 343 | 337 | 32 | 0 | 2 | 13 | 260 | 63 | 115 |
| Binary | 10101000 | 11100011 | 11011111 | 11010 | 0 | 10 | 1011 | 10110000 | 110011 | 1001101 |
Color Harmonies of #A8E3DF
Complementary color
Monochromatic Colors of #A8E3DF
Black with #A8E3DF
Text Example
Text Example
White with #A8E3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E3DF; }
p { color: rgb(168,227,223); }
H1.HeaderClassName
{
color: #A8E3DF;
}
.AnyTagClassName
{
color: #A8E3DF;
}
</style>
background-color css
<style>
a { background-color: #A8E3DF; }
a { background-color: rgb(168,227,223); }
div.DivClassName
{
background-color: #A8E3DF;
}
.BgClassName
{
background-color: #A8E3DF;
}
</style>
border-color css
<style>
span { border-color: #A8E3DF; }
span { border-color: rgb(168,227,223); }
td.TdClassName
{
border-color: #A8E3DF;
}
.TagClassName
{
border-color: #A8E3DF;
}
</style>