Shades of Powder Blue #A8DFDF
Tints of Powder Blue #A8DFDF
RGB
CMYK
RGB Variations
Color information
#A8DFDF (or 0xA8DFDF) is known color: Powder Blue. HEX triplet: A8, DF and DF. RGB value is (168,223,223). Sum of RGB (Red+Green+Blue) = 168+223+223=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #A8DFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFDF is #572020. Grayscale: #CECECE. Windows color (decimal): -5709857 or 14671784. OLE color: 14671784.
HSL color Cylindrical-coordinate representation of color #A8DFDF: hue angle of 180º 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 #A8DFDF is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 223 | - |
| CMYK | 0.25 | 0 | 0 | 0.13 |
| HSL | 180º | 0.46% | 0.77% | - |
| HSV(B) | 180º | 0.25% | 0.87% | - |
| XYZ | 55.86 | 66.43 | 79.69 | - |
| YUV | 206.56 | 137.28 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 223 | 0.25 | 0 | 0 | 0.13 | 180 | 0.46 | 0.77 |
| Hex | A8 | DF | DF | 19 | 0 | 0 | D | B4 | 2E | 4D |
| Octal | 250 | 337 | 337 | 31 | 0 | 0 | 15 | 264 | 56 | 115 |
| Binary | 10101000 | 11011111 | 11011111 | 11001 | 0 | 0 | 1101 | 10110100 | 101110 | 1001101 |
Color Harmonies of #A8DFDF
Complementary color
Monochromatic Colors of #A8DFDF
Black with #A8DFDF
Text Example
Text Example
White with #A8DFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFDF; }
p { color: rgb(168,223,223); }
H1.HeaderClassName
{
color: #A8DFDF;
}
.AnyTagClassName
{
color: #A8DFDF;
}
</style>
background-color css
<style>
a { background-color: #A8DFDF; }
a { background-color: rgb(168,223,223); }
div.DivClassName
{
background-color: #A8DFDF;
}
.BgClassName
{
background-color: #A8DFDF;
}
</style>
border-color css
<style>
span { border-color: #A8DFDF; }
span { border-color: rgb(168,223,223); }
td.TdClassName
{
border-color: #A8DFDF;
}
.TagClassName
{
border-color: #A8DFDF;
}
</style>