Html Css Color HEX #ACDCDC Powder Blue

📋 copy color: '#ACDCDC'

red 172 ◦ green 220 ◦ blue 220

#ACDCDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Powder Blue #ACDCDC

Tints of Powder Blue #ACDCDC

RGB

 RED value IS 172 (67.58% from 255) = 28.1%

 GREEN value IS 220 (86.33% from 255) = 35.95%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 28.1%
G = 35.95%
B = 35.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ACDCDC (or 0xACDCDC) is known color: 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

RGB 172 220 220 -
CMYK 0.22 0 0 0.14
HSL 180º 0.41% 0.77% -
HSV(B) 180º 0.22% 0.86% -
XYZ 55.52 65.12 77.35 -
YUV 205.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 172 220 220 0.22 0 0 0.14 180 0.41 0.77
Hex AC DC DC 16 0 0 E B4 29 4D
Octal 254 334 334 26 0 0 16 264 51 115
Binary 10101100 11011100 11011100 10110 0 0 1110 10110100 101001 1001101

Color Harmonies of #ACDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCDC

Black with #ACDCDC

Text Example


Text Example

White with #ACDCDC

Text Example


Text Example

HTML Codes & Css Web 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>