#ACDDE1

Color #ACDDE1 Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #ACDDE1

Tints of Powder Blue #ACDDE1

Color information

#ACDDE1 (or 0xACDDE1) is unknown color: approx Powder Blue. HEX triplet: AC, DD and E1. RGB value is (172,221,225). Sum of RGB (Red+Green+Blue) = 172+221+225=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #ACDDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDE1 is #53221E. Grayscale: #CECECE. Windows color (decimal): -5448223 or 14802348. OLE color: 14802348.

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

Color convert

RGB172221225-
CMYK0.240.0200.12
HSL184.53º46.9%77.84%-
HSV(B)184.53º23.56%88.24%-
XYZ56.4665.9280.98-
YUV206.8138.27103.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=27.83%
G=35.76%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722212250.240.0200.12184.5346.977.84
HexACDDE11820Cb92f4e
Octal25433534130201427157116
Binary101011001101110111100001110001001100101110011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDE1; }

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

 H1.HeaderClassName
 {
   color: #ACDDE1;
 }
 .AnyTagClassName
 {
   color: #ACDDE1;
 }
</style>
background-color css

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

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

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

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

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

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