#ACDDE4

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

Shades of Powder Blue #ACDDE4

Tints of Powder Blue #ACDDE4

Color information

#ACDDE4 (or 0xACDDE4) is unknown color: approx Powder Blue. HEX triplet: AC, DD and E4. RGB value is (172,221,228). Sum of RGB (Red+Green+Blue) = 172+221+228=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #ACDDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDE4 is #53221B. Grayscale: #CFCFCF. Windows color (decimal): -5448220 or 14998956. OLE color: 14998956.

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

Color convert

RGB172221228-
CMYK0.250.0300.11
HSL187.5º50.91%78.43%-
HSV(B)187.5º24.56%89.41%-
XYZ56.8766.0883.16-
YUV207.15139.77102.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 228 (89.45% from 255) = 36.71%
R=27.70%
G=35.59%
B=36.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722212280.250.0300.11187.550.9178.43
HexACDDE41930Bbc334e
Octal25433534431301327463116
Binary101011001101110111100100110011101011101111001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDE4; }

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

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

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

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

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

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

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

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