Html Css Color HEX #ACDCE1 Powder Blue

📋 copy color: '#ACDCE1'

red 172 ◦ green 220 ◦ blue 225

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

Shades of Powder Blue #ACDCE1

Tints of Powder Blue #ACDCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.47%

R = 27.88%
G = 35.66%
B = 36.47%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ACDCE1 (or 0xACDCE1) is known color: Powder Blue. HEX triplet: AC, DC and E1. RGB value is (172,220,225). Sum of RGB (Red+Green+Blue) = 172+220+225=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCE1 is #53231E. Grayscale: #CECECE. Windows color (decimal): -5448479 or 14802092. OLE color: 14802092.

HSL color Cylindrical-coordinate representation of color #ACDCE1: hue angle of 185.66º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACDCE1 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 220 225 -
CMYK 0.24 0.02 0 0.12
HSL 185.66º 0.47% 0.78% -
HSV(B) 185.66º 0.24% 0.88% -
XYZ 56.2 65.39 80.89 -
YUV 206.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 172 220 225 0.24 0.02 0 0.12 185.66 0.47 0.78
Hex AC DC E1 18 2 0 C BA 2F 4E
Octal 254 334 341 30 2 0 14 272 57 116
Binary 10101100 11011100 11100001 11000 10 0 1100 10111010 101111 1001110

Color Harmonies of #ACDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDCE1

Black with #ACDCE1

Text Example


Text Example

White with #ACDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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