#ACDBDC

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

Shades of Powder Blue #ACDBDC

Tints of Powder Blue #ACDBDC

Color information

#ACDBDC (or 0xACDBDC) is unknown color: approx Powder Blue. HEX triplet: AC, DB and DC. RGB value is (172,219,220). Sum of RGB (Red+Green+Blue) = 172+219+220=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #ACDBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBDC is #532423. Grayscale: #CDCDCD. Windows color (decimal): -5448740 or 14474156. OLE color: 14474156.

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

Color convert

RGB172219220-
CMYK0.220.0000.14
HSL181.25º40.68%76.86%-
HSV(B)181.25º21.82%86.27%-
XYZ55.2664.677.27-
YUV205.06136.43104.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.15%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=28.15%
G=35.84%
B=36.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722192200.220.0000.14181.2540.6876.86
HexACDBDC1600Eb5294d
Octal25433333426001626551115
Binary10101100110110111101110010110001110101101011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBDC; }

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

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

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

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

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

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

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

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