#ACE4EB

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

Shades of Powder Blue #ACE4EB

Tints of Powder Blue #ACE4EB

Color information

#ACE4EB (or 0xACE4EB) is unknown color: approx Powder Blue. HEX triplet: AC, E4 and EB. RGB value is (172,228,235). Sum of RGB (Red+Green+Blue) = 172+228+235=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #ACE4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4EB is #531B14. Grayscale: #D3D3D3. Windows color (decimal): -5446421 or 15459500. OLE color: 15459500.

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

Color convert

RGB172228235-
CMYK0.270.0300.08
HSL186.67º61.17%79.8%-
HSV(B)186.67º26.81%92.16%-
XYZ59.7570.2689.01-
YUV212.05140.9599.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=27.09%
G=35.91%
B=37.01%

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
Decimal1722282350.270.0300.08186.6761.1779.8
HexACE4EB1B308bb3d50
Octal25434435333301027375120
Binary101011001110010011101011110111101000101110111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE4EB; }

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

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

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

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

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

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

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

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