#ACE1EC

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

Shades of Powder Blue #ACE1EC

Tints of Powder Blue #ACE1EC

Color information

#ACE1EC (or 0xACE1EC) is unknown color: approx Powder Blue. HEX triplet: AC, E1 and EC. RGB value is (172,225,236). Sum of RGB (Red+Green+Blue) = 172+225+236=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #ACE1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1EC is #531E13. Grayscale: #D2D2D2. Windows color (decimal): -5447188 or 15524268. OLE color: 15524268.

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

Color convert

RGB172225236-
CMYK0.270.0500.07
HSL190.31º62.75%80%-
HSV(B)190.31º27.12%92.55%-
XYZ59.0868.6889.5-
YUV210.41142.44100.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.17%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 236 (92.58% from 255) = 37.28%
R=27.17%
G=35.55%
B=37.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722252360.270.0500.07190.3162.7580
HexACE1EC1B507be3f50
Octal2543413543350727677120
Binary101011001110000111101100110111010111101111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1EC; }

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

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

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

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

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

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

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

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