#ACE5EA

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

Shades of Powder Blue #ACE5EA

Tints of Powder Blue #ACE5EA

Color information

#ACE5EA (or 0xACE5EA) is unknown color: approx Powder Blue. HEX triplet: AC, E5 and EA. RGB value is (172,229,234). Sum of RGB (Red+Green+Blue) = 172+229+234=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5EA is #531A15. Grayscale: #D4D4D4. Windows color (decimal): -5446166 or 15394220. OLE color: 15394220.

HSL color Cylindrical-coordinate representation of color #ACE5EA: hue angle of 184.84º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE5EA is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172229234-
CMYK0.260.0200.08
HSL184.84º59.62%79.61%-
HSV(B)184.84º26.5%91.76%-
XYZ59.8870.7588.34-
YUV212.53140.1299.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=27.09%
G=36.06%
B=36.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722292340.260.0200.08184.8459.6279.61
HexACE5EA1A208b93c50
Octal25434535232201027174120
Binary101011001110010111101010110101001000101110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5EA; }

 p { color: rgb(172,229,234); }

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

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

 a { background-color: rgb(172,229,234); }

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

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

 span { border-color: rgb(172,229,234); }

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