Shades of Powder Blue #A8DCDD
Tints of Powder Blue #A8DCDD
RGB
CMYK
RGB Variations
Color information
#A8DCDD (or 0xA8DCDD) is known color: Powder Blue. HEX triplet: A8, DC and DD. RGB value is (168,220,221). Sum of RGB (Red+Green+Blue) = 168+220+221=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCDD is #572322. Grayscale: #CCCCCC. Windows color (decimal): -5710627 or 14539944. OLE color: 14539944.
HSL color Cylindrical-coordinate representation of color #A8DCDD: hue angle of 181.13º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCDD is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 168 | 220 | 221 | - |
CMYK | 0.24 | 0.00 | 0 | 0.13 |
HSL | 181.13º | 0.44% | 0.76% | - |
HSV(B) | 181.13º | 0.24% | 0.87% | - |
XYZ | 54.79 | 64.73 | 78.01 | - |
YUV | 204.57 | 137.27 | 101.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 220 | 221 | 0.24 | 0.00 | 0 | 0.13 | 181.13 | 0.44 | 0.76 |
Hex | A8 | DC | DD | 18 | 0 | 0 | D | B5 | 2C | 4C |
Octal | 250 | 334 | 335 | 30 | 0 | 0 | 15 | 265 | 54 | 114 |
Binary | 10101000 | 11011100 | 11011101 | 11000 | 0 | 0 | 1101 | 10110101 | 101100 | 1001100 |
Color Harmonies of #A8DCDD
Complementary color
Monochromatic Colors of #A8DCDD
Black with #A8DCDD
Text Example
Text Example
White with #A8DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCDD; }
p { color: rgb(168,220,221); }
H1.HeaderClassName
{
color: #A8DCDD;
}
.AnyTagClassName
{
color: #A8DCDD;
}
</style>
background-color css
<style>
a { background-color: #A8DCDD; }
a { background-color: rgb(168,220,221); }
div.DivClassName
{
background-color: #A8DCDD;
}
.BgClassName
{
background-color: #A8DCDD;
}
</style>
border-color css
<style>
span { border-color: #A8DCDD; }
span { border-color: rgb(168,220,221); }
td.TdClassName
{
border-color: #A8DCDD;
}
.TagClassName
{
border-color: #A8DCDD;
}
</style>