#ACE3EC

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

Shades of Powder Blue #ACE3EC

Tints of Powder Blue #ACE3EC

Color information

#ACE3EC (or 0xACE3EC) is unknown color: approx Powder Blue. HEX triplet: AC, E3 and EC. RGB value is (172,227,236). Sum of RGB (Red+Green+Blue) = 172+227+236=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3EC is #531C13. Grayscale: #D3D3D3. Windows color (decimal): -5446676 or 15524780. OLE color: 15524780.

HSL color Cylindrical-coordinate representation of color #ACE3EC: hue angle of 188.44º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACE3EC is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB172227236-
CMYK0.270.0400.07
HSL188.44º62.75%80%-
HSV(B)188.44º27.12%92.55%-
XYZ59.6269.7689.68-
YUV211.58141.7899.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=27.09%
G=35.75%
B=37.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722272360.270.0400.07188.4462.7580
HexACE3EC1B407bc3f50
Octal2543433543340727477120
Binary101011001110001111101100110111000111101111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE3EC; }

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

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

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

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

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

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

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

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