#ACE3E5

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

Shades of Powder Blue #ACE3E5

Tints of Powder Blue #ACE3E5

Color information

#ACE3E5 (or 0xACE3E5) is unknown color: approx Powder Blue. HEX triplet: AC, E3 and E5. RGB value is (172,227,229). Sum of RGB (Red+Green+Blue) = 172+227+229=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACE3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE3E5 is #531C1A. Grayscale: #D2D2D2. Windows color (decimal): -5446683 or 15066028. OLE color: 15066028.

HSL color Cylindrical-coordinate representation of color #ACE3E5: hue angle of 182.11º 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 #ACE3E5 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB172227229-
CMYK0.250.0100.10
HSL182.11º52.29%78.63%-
HSV(B)182.11º24.89%89.8%-
XYZ58.6369.3784.43-
YUV210.78138.28100.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.39%
GREEN value IS 227 (89.06% from 255) = 36.15%
BLUE value IS 229 (89.84% from 255) = 36.46%
R=27.39%
G=36.15%
B=36.46%

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
Decimal1722272290.250.0100.10182.1152.2978.63
HexACE3E51910Ab6344f
Octal25434334531101226664117
Binary10101100111000111110010111001101010101101101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3E5; }

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

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

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

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

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

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

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

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