#ABDCDC

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

Shades of Powder Blue #ABDCDC

Tints of Powder Blue #ABDCDC

Color information

#ABDCDC (or 0xABDCDC) is unknown color: approx Powder Blue. HEX triplet: AB, DC and DC. RGB value is (171,220,220). Sum of RGB (Red+Green+Blue) = 171+220+220=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #ABDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCDC is #542323. Grayscale: #CDCDCD. Windows color (decimal): -5514020 or 14474411. OLE color: 14474411.

HSL color Cylindrical-coordinate representation of color #ABDCDC: 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 #ABDCDC is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171220220-
CMYK0.22000.14
HSL180º41.18%76.67%-
HSV(B)180º22.27%86.27%-
XYZ55.3165.0177.34-
YUV205.35136.27103.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=27.99%
G=36.01%
B=36.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712202200.22000.1418041.1876.67
HexABDCDC1600Eb4294d
Octal25333433426001626451115
Binary10101011110111001101110010110001110101101001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCDC; }

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

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

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

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

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

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

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

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