#ACE5EC

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

Shades of Powder Blue #ACE5EC

Tints of Powder Blue #ACE5EC

Color information

#ACE5EC (or 0xACE5EC) is unknown color: approx Powder Blue. HEX triplet: AC, E5 and EC. RGB value is (172,229,236). Sum of RGB (Red+Green+Blue) = 172+229+236=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 229 (89.84% from 255 or 35.95% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5EC is #531A13. Grayscale: #D4D4D4. Windows color (decimal): -5446164 or 15525292. OLE color: 15525292.

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

Color convert

RGB172229236-
CMYK0.270.0300.07
HSL186.56º62.75%80%-
HSV(B)186.56º27.12%92.55%-
XYZ60.1770.8789.86-
YUV212.76141.1298.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 229 (89.84% from 255) = 35.95%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=27.00%
G=35.95%
B=37.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722292360.270.0300.07186.5662.7580
HexACE5EC1B307bb3f50
Octal2543453543330727377120
Binary10101100111001011110110011011110111101110111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5EC; }

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

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

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

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

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

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

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

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