Html Css Color HEX #ACD9DF Powder Blue

📋 copy color: '#ACD9DF'

red 172 ◦ green 217 ◦ blue 223

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

Shades of Powder Blue #ACD9DF

Tints of Powder Blue #ACD9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.44%

R = 28.1%
G = 35.46%
B = 36.44%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACD9DF (or 0xACD9DF) is known color: Powder Blue. HEX triplet: AC, D9 and DF. RGB value is (172,217,223). Sum of RGB (Red+Green+Blue) = 172+217+223=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9DF is #532620. Grayscale: #CCCCCC. Windows color (decimal): -5449249 or 14670252. OLE color: 14670252.

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

Color convert

RGB 172 217 223 -
CMYK 0.23 0.03 0 0.13
HSL 187.06º 0.44% 0.77% -
HSV(B) 187.06º 0.23% 0.87% -
XYZ 55.15 63.72 79.21 -
YUV 204.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 172 217 223 0.23 0.03 0 0.13 187.06 0.44 0.77
Hex AC D9 DF 17 3 0 D BB 2C 4D
Octal 254 331 337 27 3 0 15 273 54 115
Binary 10101100 11011001 11011111 10111 11 0 1101 10111011 101100 1001101

Color Harmonies of #ACD9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9DF

Black with #ACD9DF

Text Example


Text Example

White with #ACD9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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