Html Css Color HEX #ACDEDC Powder Blue

📋 copy color: '#ACDEDC'

red 172 ◦ green 222 ◦ blue 220

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

Shades of Powder Blue #ACDEDC

Tints of Powder Blue #ACDEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.16%

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

R = 28.01%
G = 36.16%
B = 35.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#ACDEDC (or 0xACDEDC) is known color: Powder Blue. HEX triplet: AC, DE and DC. RGB value is (172,222,220). Sum of RGB (Red+Green+Blue) = 172+222+220=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEDC is #532123. Grayscale: #CECECE. Windows color (decimal): -5447972 or 14474924. OLE color: 14474924.

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

Color convert

RGB 172 222 220 -
CMYK 0.23 0 0.01 0.13
HSL 177.6º 0.43% 0.77% -
HSV(B) 177.6º 0.23% 0.87% -
XYZ 56.05 66.18 77.53 -
YUV 206.82 135.44 103.16 -
System Red Green Blue C M Y K H S L
Decimal 172 222 220 0.23 0 0.01 0.13 177.6 0.43 0.77
Hex AC DE DC 17 0 1 D B2 2B 4D
Octal 254 336 334 27 0 1 15 262 53 115
Binary 10101100 11011110 11011100 10111 0 1 1101 10110010 101011 1001101

Color Harmonies of #ACDEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEDC

Black with #ACDEDC

Text Example


Text Example

White with #ACDEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEDC; }

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

 H1.HeaderClassName
 {
   color: #ACDEDC;
 }
 .AnyTagClassName
 {
   color: #ACDEDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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