Html Css Color HEX #ACDEDD Powder Blue

📋 copy color: '#ACDEDD'

red 172 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #ACDEDD

Tints of Powder Blue #ACDEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.93%

R = 27.97%
G = 36.1%
B = 35.93%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#ACDEDD (or 0xACDEDD) is known color: Powder Blue. HEX triplet: AC, DE and DD. RGB value is (172,222,221). Sum of RGB (Red+Green+Blue) = 172+222+221=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEDD is #532122. Grayscale: #CECECE. Windows color (decimal): -5447971 or 14540460. OLE color: 14540460.

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

Color convert

RGB 172 222 221 -
CMYK 0.23 0 0.00 0.13
HSL 178.8º 0.43% 0.77% -
HSV(B) 178.8º 0.23% 0.87% -
XYZ 56.19 66.23 78.23 -
YUV 206.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 172 222 221 0.23 0 0.00 0.13 178.8 0.43 0.77
Hex AC DE DD 17 0 0 D B3 2B 4D
Octal 254 336 335 27 0 0 15 263 53 115
Binary 10101100 11011110 11011101 10111 0 0 1101 10110011 101011 1001101

Color Harmonies of #ACDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEDD

Black with #ACDEDD

Text Example


Text Example

White with #ACDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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