#ACE2E9

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

Shades of Powder Blue #ACE2E9

Tints of Powder Blue #ACE2E9

Color information

#ACE2E9 (or 0xACE2E9) is unknown color: approx Powder Blue. HEX triplet: AC, E2 and E9. RGB value is (172,226,233). Sum of RGB (Red+Green+Blue) = 172+226+233=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 233 - color contains mainly: blue. Hex color #ACE2E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2E9 is #531D16. Grayscale: #D2D2D2. Windows color (decimal): -5446935 or 15327916. OLE color: 15327916.

HSL color Cylindrical-coordinate representation of color #ACE2E9: hue angle of 186.89º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE2E9 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB172226233-
CMYK0.260.0300.09
HSL186.89º58.1%79.41%-
HSV(B)186.89º26.18%91.37%-
XYZ58.9269.0587.31-
YUV210.65140.61100.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.26%
GREEN value IS 226 (88.67% from 255) = 35.82%
BLUE value IS 233 (91.41% from 255) = 36.93%
R=27.26%
G=35.82%
B=36.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722262330.260.0300.09186.8958.179.41
HexACE2E91A309bb3a4f
Octal25434235132301127372117
Binary101011001110001011101001110101101001101110111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2E9; }

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

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

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

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

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

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

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

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