Shades of Powder Blue #A8DCDC
Tints of Powder Blue #A8DCDC
RGB
CMYK
RGB Variations
Color information
#A8DCDC (or 0xA8DCDC) is known color: Powder Blue. HEX triplet: A8, DC and DC. RGB value is (168,220,220). Sum of RGB (Red+Green+Blue) = 168+220+220=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #A8DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCDC is #572323. Grayscale: #CCCCCC. Windows color (decimal): -5710628 or 14474408. OLE color: 14474408.
HSL color Cylindrical-coordinate representation of color #A8DCDC: hue angle of 180º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCDC is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 220 | - |
| CMYK | 0.24 | 0 | 0 | 0.14 |
| HSL | 180º | 0.43% | 0.76% | - |
| HSV(B) | 180º | 0.24% | 0.86% | - |
| XYZ | 54.66 | 64.68 | 77.31 | - |
| YUV | 204.45 | 136.77 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 220 | 0.24 | 0 | 0 | 0.14 | 180 | 0.43 | 0.76 |
| Hex | A8 | DC | DC | 18 | 0 | 0 | E | B4 | 2B | 4C |
| Octal | 250 | 334 | 334 | 30 | 0 | 0 | 16 | 264 | 53 | 114 |
| Binary | 10101000 | 11011100 | 11011100 | 11000 | 0 | 0 | 1110 | 10110100 | 101011 | 1001100 |
Color Harmonies of #A8DCDC
Complementary color
Monochromatic Colors of #A8DCDC
Black with #A8DCDC
Text Example
Text Example
White with #A8DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCDC; }
p { color: rgb(168,220,220); }
H1.HeaderClassName
{
color: #A8DCDC;
}
.AnyTagClassName
{
color: #A8DCDC;
}
</style>
background-color css
<style>
a { background-color: #A8DCDC; }
a { background-color: rgb(168,220,220); }
div.DivClassName
{
background-color: #A8DCDC;
}
.BgClassName
{
background-color: #A8DCDC;
}
</style>
border-color css
<style>
span { border-color: #A8DCDC; }
span { border-color: rgb(168,220,220); }
td.TdClassName
{
border-color: #A8DCDC;
}
.TagClassName
{
border-color: #A8DCDC;
}
</style>