#ace5eb

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

Shades of Powder Blue #ACE5EB

Tints of Powder Blue #ACE5EB

Color information

#ACE5EB (or 0xACE5EB) is unknown color: approx Powder Blue. HEX triplet: AC, E5 and EB. RGB value is (172,229,235). Sum of RGB (Red+Green+Blue) = 172+229+235=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5EB is #531A14. Grayscale: #D4D4D4. Windows color (decimal): -5446165 or 15459756. OLE color: 15459756.

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

Color convert

RGB172229235-
CMYK0.270.0300.08
HSL185.71º61.17%79.8%-
HSV(B)185.71º26.81%92.16%-
XYZ60.0370.8189.1-
YUV212.64140.6299.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.04%
GREEN value IS 229 (89.84% from 255) = 36.01%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=27.04%
G=36.01%
B=36.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722292350.270.0300.08185.7161.1779.8
HexACE5EB1B308ba3d50
Octal25434535333301027275120
Binary101011001110010111101011110111101000101110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ace5eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ace5eb; }

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

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

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

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

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

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

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

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