#ACE2EA

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

Shades of Powder Blue #ACE2EA

Tints of Powder Blue #ACE2EA

Color information

#ACE2EA (or 0xACE2EA) is unknown color: approx Powder Blue. HEX triplet: AC, E2 and EA. RGB value is (172,226,234). Sum of RGB (Red+Green+Blue) = 172+226+234=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 226 (88.67% from 255 or 35.76% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACE2EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE2EA is #531D15. Grayscale: #D2D2D2. Windows color (decimal): -5446934 or 15393452. OLE color: 15393452.

HSL color Cylindrical-coordinate representation of color #ACE2EA: hue angle of 187.74º 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 #ACE2EA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB172226234-
CMYK0.260.0300.08
HSL187.74º59.62%79.61%-
HSV(B)187.74º26.5%91.76%-
XYZ59.0669.188.07-
YUV210.77141.11100.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.22%
GREEN value IS 226 (88.67% from 255) = 35.76%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=27.22%
G=35.76%
B=37.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722262340.260.0300.08187.7459.6279.61
HexACE2EA1A308bc3c50
Octal25434235232301027474120
Binary101011001110001011101010110101101000101111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2EA; }

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

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

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

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

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

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

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

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