#ACDCDC

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

Shades of Powder Blue #ACDCDC

Tints of Powder Blue #ACDCDC

Color information

#ACDCDC (or 0xACDCDC) is unknown color: approx Powder Blue. HEX triplet: AC, DC and DC. RGB value is (172,220,220). Sum of RGB (Red+Green+Blue) = 172+220+220=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #ACDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCDC is #532323. Grayscale: #CDCDCD. Windows color (decimal): -5448484 or 14474412. OLE color: 14474412.

HSL color Cylindrical-coordinate representation of color #ACDCDC: hue angle of 180º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCDC is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172220220-
CMYK0.22000.14
HSL180º40.68%76.86%-
HSV(B)180º21.82%86.27%-
XYZ55.5265.1277.35-
YUV205.65136.1104-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.10%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=28.10%
G=35.95%
B=35.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202200.22000.1418040.6876.86
HexACDCDC1600Eb4294d
Octal25433433426001626451115
Binary10101100110111001101110010110001110101101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCDC; }

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

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

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

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

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

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

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

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