#ACDCDD

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

Shades of Powder Blue #ACDCDD

Tints of Powder Blue #ACDCDD

Color information

#ACDCDD (or 0xACDCDD) is unknown color: approx Powder Blue. HEX triplet: AC, DC and DD. RGB value is (172,220,221). Sum of RGB (Red+Green+Blue) = 172+220+221=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACDCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCDD is #532322. Grayscale: #CDCDCD. Windows color (decimal): -5448483 or 14539948. OLE color: 14539948.

HSL color Cylindrical-coordinate representation of color #ACDCDD: hue angle of 181.22º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCDD is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172220221-
CMYK0.220.0000.13
HSL181.22º41.88%77.06%-
HSV(B)181.22º22.17%86.67%-
XYZ55.6665.1878.05-
YUV205.76136.6103.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.06%
GREEN value IS 220 (86.33% from 255) = 35.89%
BLUE value IS 221 (86.72% from 255) = 36.05%
R=28.06%
G=35.89%
B=36.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722202210.220.0000.13181.2241.8877.06
HexACDCDD1600Db52a4d
Octal25433433526001526552115
Binary10101100110111001101110110110001101101101011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCDD; }

 p { color: rgb(172,220,221); }

 H1.HeaderClassName
 {
   color: #ACDCDD;
 }
 .AnyTagClassName
 {
   color: #ACDCDD;
 }
</style>
background-color css

<style>
 a { background-color: #ACDCDD; }

 a { background-color: rgb(172,220,221); }

 div.DivClassName
 {
   background-color: #ACDCDD;
 }
 .BgClassName
 {
   background-color: #ACDCDD;
 }
</style>
border-color css

<style>
 span { border-color: #ACDCDD; }

 span { border-color: rgb(172,220,221); }

 td.TdClassName
 {
   border-color: #ACDCDD;
 }
 .TagClassName
 {
   border-color: #ACDCDD;
 }
</style>