#ACE2E5

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

Shades of Powder Blue #ACE2E5

Tints of Powder Blue #ACE2E5

Color information

#ACE2E5 (or 0xACE2E5) is unknown color: approx Powder Blue. HEX triplet: AC, E2 and E5. RGB value is (172,226,229). Sum of RGB (Red+Green+Blue) = 172+226+229=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACE2E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2E5 is #531D1A. Grayscale: #D2D2D2. Windows color (decimal): -5446939 or 15065772. OLE color: 15065772.

HSL color Cylindrical-coordinate representation of color #ACE2E5: hue angle of 183.16º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE2E5 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172226229-
CMYK0.250.0100.10
HSL183.16º52.29%78.63%-
HSV(B)183.16º24.89%89.8%-
XYZ58.3568.8284.34-
YUV210.2138.61100.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.43%
GREEN value IS 226 (88.67% from 255) = 36.04%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=27.43%
G=36.04%
B=36.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722262290.250.0100.10183.1652.2978.63
HexACE2E51910Ab7344f
Octal25434234531101226764117
Binary10101100111000101110010111001101010101101111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE2E5; }

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

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

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

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

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

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

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

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