#ACDFD2

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

Shades of Ice Cold #ACDFD2

Tints of Ice Cold #ACDFD2

Color information

#ACDFD2 (or 0xACDFD2) is unknown color: approx Ice Cold. HEX triplet: AC, DF and D2. RGB value is (172,223,210). Sum of RGB (Red+Green+Blue) = 172+223+210=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD2 is #53202D. Grayscale: #CECECE. Windows color (decimal): -5447726 or 13819820. OLE color: 13819820.

HSL color Cylindrical-coordinate representation of color #ACDFD2: hue angle of 164.71º degrees, saturation: 0.44, 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 #ACDFD2 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB172223210-
CMYK0.2300.060.13
HSL164.71º44.35%77.45%-
HSV(B)164.71º22.87%87.45%-
XYZ55.0366.270.85-
YUV206.27130.1103.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 210 (82.42% from 255) = 34.71%
R=28.43%
G=36.86%
B=34.71%

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
Decimal1722232100.2300.060.13164.7144.3577.45
HexACDFD21706Da52c4d
Octal25433732227061524554115
Binary1010110011011111110100101011101101101101001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFD2; }

 p { color: rgb(172,223,210); }

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

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

 a { background-color: rgb(172,223,210); }

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

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

 span { border-color: rgb(172,223,210); }

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