Html Css Color HEX #ACD9DE Powder Blue

📋 copy color: '#ACD9DE'

red 172 ◦ green 217 ◦ blue 222

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

Shades of Powder Blue #ACD9DE

Tints of Powder Blue #ACD9DE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.52%

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

R = 28.15%
G = 35.52%
B = 36.33%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACD9DE (or 0xACD9DE) is known color: Powder Blue. HEX triplet: AC, D9 and DE. RGB value is (172,217,222). Sum of RGB (Red+Green+Blue) = 172+217+222=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACD9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9DE is #532621. Grayscale: #CCCCCC. Windows color (decimal): -5449250 or 14604716. OLE color: 14604716.

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

Color convert

RGB 172 217 222 -
CMYK 0.23 0.02 0 0.13
HSL 186º 0.43% 0.77% -
HSV(B) 186º 0.23% 0.87% -
XYZ 55.01 63.67 78.5 -
YUV 204.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 172 217 222 0.23 0.02 0 0.13 186 0.43 0.77
Hex AC D9 DE 17 2 0 D BA 2B 4D
Octal 254 331 336 27 2 0 15 272 53 115
Binary 10101100 11011001 11011110 10111 10 0 1101 10111010 101011 1001101

Color Harmonies of #ACD9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9DE

Black with #ACD9DE

Text Example


Text Example

White with #ACD9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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