#ACECD9

Color #ACECD9 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #ACECD9

Tints of Ice Cold #ACECD9

Color information

#ACECD9 (or 0xACECD9) is unknown color: approx Ice Cold. HEX triplet: AC, EC and D9. RGB value is (172,236,217). Sum of RGB (Red+Green+Blue) = 172+236+217=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECD9 is #531326. Grayscale: #D6D6D6. Windows color (decimal): -5444391 or 14281900. OLE color: 14281900.

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

Color convert

RGB172236217-
CMYK0.2700.080.07
HSL162.19º62.75%80%-
HSV(B)162.19º27.12%92.55%-
XYZ59.5373.7776.75-
YUV214.7129.397.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 217 (85.16% from 255) = 34.72%
R=27.52%
G=37.76%
B=34.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722362170.2700.080.07162.1962.7580
HexACECD91B087a23f50
Octal25435433133010724277120
Binary1010110011101100110110011101101000111101000101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACECD9; }

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

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

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

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

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

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

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

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