#ACDCE3

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

Shades of Powder Blue #ACDCE3

Tints of Powder Blue #ACDCE3

Color information

#ACDCE3 (or 0xACDCE3) is unknown color: approx Powder Blue. HEX triplet: AC, DC and E3. RGB value is (172,220,227). Sum of RGB (Red+Green+Blue) = 172+220+227=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACDCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCE3 is #53231C. Grayscale: #CECECE. Windows color (decimal): -5448477 or 14933164. OLE color: 14933164.

HSL color Cylindrical-coordinate representation of color #ACDCE3: hue angle of 187.64º degrees, saturation: 0.5, 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 #ACDCE3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172220227-
CMYK0.240.0300.11
HSL187.64º49.55%78.24%-
HSV(B)187.64º24.23%89.02%-
XYZ56.4765.582.34-
YUV206.45139.6103.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 227 (89.06% from 255) = 36.67%
R=27.79%
G=35.54%
B=36.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722202270.240.0300.11187.6449.5578.24
HexACDCE31830Bbc324e
Octal25433434330301327462116
Binary101011001101110011100011110001101011101111001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCE3; }

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

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

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

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

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

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

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

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