Html Css Color HEX #ACDEDE Powder Blue

📋 copy color: '#ACDEDE'

red 172 ◦ green 222 ◦ blue 222

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

Shades of Powder Blue #ACDEDE

Tints of Powder Blue #ACDEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.04%

R = 27.92%
G = 36.04%
B = 36.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACDEDE (or 0xACDEDE) is known color: Powder Blue. HEX triplet: AC, DE and DE. RGB value is (172,222,222). Sum of RGB (Red+Green+Blue) = 172+222+222=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #ACDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEDE is #532121. Grayscale: #CFCFCF. Windows color (decimal): -5447970 or 14605996. OLE color: 14605996.

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

Color convert

RGB 172 222 222 -
CMYK 0.23 0 0 0.13
HSL 180º 0.43% 0.77% -
HSV(B) 180º 0.23% 0.87% -
XYZ 56.32 66.29 78.93 -
YUV 207.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 172 222 222 0.23 0 0 0.13 180 0.43 0.77
Hex AC DE DE 17 0 0 D B4 2B 4D
Octal 254 336 336 27 0 0 15 264 53 115
Binary 10101100 11011110 11011110 10111 0 0 1101 10110100 101011 1001101

Color Harmonies of #ACDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEDE

Black with #ACDEDE

Text Example


Text Example

White with #ACDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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