#A8DCDD

Color #A8DCDD Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #A8DCDD

Tints of Powder Blue #A8DCDD

Color information

#A8DCDD (or 0xA8DCDD) is unknown color: approx 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

RGB168220221-
CMYK0.240.0000.13
HSL181.13º43.8%76.27%-
HSV(B)181.13º23.98%86.67%-
XYZ54.7964.7378.01-
YUV204.57137.27101.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 27.59%
GREEN value IS 220 (86.33% from 255) = 36.12%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=27.59%
G=36.12%
B=36.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682202210.240.0000.13181.1343.876.27
HexA8DCDD1800Db52c4c
Octal25033433530001526554114
Binary10101000110111001101110111000001101101101011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>