Html Css Color HEX #ACDFD2 Ice Cold

📋 copy color: '#ACDFD2'

red 172 ◦ green 223 ◦ blue 210

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

Shades of Ice Cold #ACDFD2

Tints of Ice Cold #ACDFD2

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 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

#ACDFD2 (or 0xACDFD2) is known color: 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

RGB 172 223 210 -
CMYK 0.23 0 0.06 0.13
HSL 164.71º 0.44% 0.77% -
HSV(B) 164.71º 0.23% 0.87% -
XYZ 55.03 66.2 70.85 -
YUV 206.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 172 223 210 0.23 0 0.06 0.13 164.71 0.44 0.77
Hex AC DF D2 17 0 6 D A5 2C 4D
Octal 254 337 322 27 0 6 15 245 54 115
Binary 10101100 11011111 11010010 10111 0 110 1101 10100101 101100 1001101

Color Harmonies of #ACDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD2

Black with #ACDFD2

Text Example


Text Example

White with #ACDFD2

Text Example


Text Example

HTML Codes & Css Web 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>