Html Css Color HEX #ACDCDE Powder Blue

📋 copy color: '#ACDCDE'

red 172 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #ACDCDE

Tints of Powder Blue #ACDCDE

RGB

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

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

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

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

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 172 220 222 -
CMYK 0.23 0.01 0 0.13
HSL 182.4º 0.43% 0.77% -
HSV(B) 182.4º 0.23% 0.87% -
XYZ 55.79 65.23 78.76 -
YUV 205.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 172 220 222 0.23 0.01 0 0.13 182.4 0.43 0.77
Hex AC DC DE 17 1 0 D B6 2B 4D
Octal 254 334 336 27 1 0 15 266 53 115
Binary 10101100 11011100 11011110 10111 1 0 1101 10110110 101011 1001101

Color Harmonies of #ACDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCDE

Black with #ACDCDE

Text Example


Text Example

White with #ACDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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