Html Css Color HEX #ACDCE5 Powder Blue

📋 copy color: '#ACDCE5'

red 172 ◦ green 220 ◦ blue 229

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

Shades of Powder Blue #ACDCE5

Tints of Powder Blue #ACDCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.88%

R = 27.7%
G = 35.43%
B = 36.88%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACDCE5 (or 0xACDCE5) is known color: Powder Blue. HEX triplet: AC, DC and E5. RGB value is (172,220,229). Sum of RGB (Red+Green+Blue) = 172+220+229=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACDCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCE5 is #53231A. Grayscale: #CECECE. Windows color (decimal): -5448475 or 15064236. OLE color: 15064236.

HSL color Cylindrical-coordinate representation of color #ACDCE5: hue angle of 189.47º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDCE5 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 220 229 -
CMYK 0.25 0.04 0 0.10
HSL 189.47º 0.52% 0.79% -
HSV(B) 189.47º 0.25% 0.9% -
XYZ 56.75 65.61 83.8 -
YUV 206.67 140.6 103.27 -
System Red Green Blue C M Y K H S L
Decimal 172 220 229 0.25 0.04 0 0.10 189.47 0.52 0.79
Hex AC DC E5 19 4 0 A BD 34 4F
Octal 254 334 345 31 4 0 12 275 64 117
Binary 10101100 11011100 11100101 11001 100 0 1010 10111101 110100 1001111

Color Harmonies of #ACDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCE5

Black with #ACDCE5

Text Example


Text Example

White with #ACDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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