#ACE1E0

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

Shades of Powder Blue #ACE1E0

Tints of Powder Blue #ACE1E0

Color information

#ACE1E0 (or 0xACE1E0) is unknown color: approx Powder Blue. HEX triplet: AC, E1 and E0. RGB value is (172,225,224). Sum of RGB (Red+Green+Blue) = 172+225+224=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1E0 is #531E1F. Grayscale: #D0D0D0. Windows color (decimal): -5447200 or 14737836. OLE color: 14737836.

HSL color Cylindrical-coordinate representation of color #ACE1E0: hue angle of 178.87º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1E0 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB172225224-
CMYK0.2400.000.12
HSL178.87º46.9%77.84%-
HSV(B)178.87º23.56%88.24%-
XYZ57.396880.62-
YUV209.04136.44101.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.70%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 224 (87.89% from 255) = 36.07%
R=27.70%
G=36.23%
B=36.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722252240.2400.000.12178.8746.977.84
HexACE1E01800Cb32f4e
Octal25434134030001426357116
Binary10101100111000011110000011000001100101100111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1E0; }

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

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

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

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

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

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

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

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