#ACDDE2

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

Shades of Powder Blue #ACDDE2

Tints of Powder Blue #ACDDE2

Color information

#ACDDE2 (or 0xACDDE2) is unknown color: approx Powder Blue. HEX triplet: AC, DD and E2. RGB value is (172,221,226). Sum of RGB (Red+Green+Blue) = 172+221+226=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #ACDDE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDE2 is #53221D. Grayscale: #CECECE. Windows color (decimal): -5448222 or 14867884. OLE color: 14867884.

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

Color convert

RGB172221226-
CMYK0.240.0200.11
HSL185.56º48.21%78.04%-
HSV(B)185.56º23.89%88.63%-
XYZ56.665.9781.7-
YUV206.92138.77103.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 226 (88.67% from 255) = 36.51%
R=27.79%
G=35.70%
B=36.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722212260.240.0200.11185.5648.2178.04
HexACDDE21820Bba304e
Octal25433534230201327260116
Binary101011001101110111100010110001001011101110101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDE2; }

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

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

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

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

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

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

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

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