#ACDED1

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

Shades of Ice Cold #ACDED1

Tints of Ice Cold #ACDED1

Color information

#ACDED1 (or 0xACDED1) is unknown color: approx Ice Cold. HEX triplet: AC, DE and D1. RGB value is (172,222,209). Sum of RGB (Red+Green+Blue) = 172+222+209=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDED1 is #53212E. Grayscale: #CDCDCD. Windows color (decimal): -5447983 or 13754028. OLE color: 13754028.

HSL color Cylindrical-coordinate representation of color #ACDED1: hue angle of 164.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDED1 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB172222209-
CMYK0.2300.060.13
HSL164.4º43.1%77.25%-
HSV(B)164.4º22.52%87.06%-
XYZ54.6465.6270.11-
YUV205.57129.94104.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 209 (82.03% from 255) = 34.66%
R=28.52%
G=36.82%
B=34.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722222090.2300.060.13164.443.177.25
HexACDED11706Da42b4d
Octal25433632127061524453115
Binary1010110011011110110100011011101101101101001001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDED1; }

 p { color: rgb(172,222,209); }

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

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

 a { background-color: rgb(172,222,209); }

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

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

 span { border-color: rgb(172,222,209); }

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