Html Css Color HEX #ACDFD1 Ice Cold

📋 copy color: '#ACDFD1'

red 172 ◦ green 223 ◦ blue 209

#ACDFD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #ACDFD1

Tints of Ice Cold #ACDFD1

RGB

 RED value IS 172 (67.58% from 255) = 28.48%

 GREEN value IS 223 (87.5% from 255) = 36.92%

 BLUE value IS 209 (82.03% from 255) = 34.6%

R = 28.48%
G = 36.92%
B = 34.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#ACDFD1 (or 0xACDFD1) is known color: Ice Cold. HEX triplet: AC, DF and D1. RGB value is (172,223,209). Sum of RGB (Red+Green+Blue) = 172+223+209=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD1 is #53202E. Grayscale: #CECECE. Windows color (decimal): -5447727 or 13754284. OLE color: 13754284.

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

Color convert

RGB 172 223 209 -
CMYK 0.23 0 0.06 0.13
HSL 163.53º 0.44% 0.77% -
HSV(B) 163.53º 0.23% 0.87% -
XYZ 54.91 66.15 70.2 -
YUV 206.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 172 223 209 0.23 0 0.06 0.13 163.53 0.44 0.77
Hex AC DF D1 17 0 6 D A4 2C 4D
Octal 254 337 321 27 0 6 15 244 54 115
Binary 10101100 11011111 11010001 10111 0 110 1101 10100100 101100 1001101

Color Harmonies of #ACDFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD1

Black with #ACDFD1

Text Example


Text Example

White with #ACDFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD1; }

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

 H1.HeaderClassName
 {
   color: #ACDFD1;
 }
 .AnyTagClassName
 {
   color: #ACDFD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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