Html Css Color HEX #ACDFD5 Ice Cold

📋 copy color: '#ACDFD5'

red 172 ◦ green 223 ◦ blue 213

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

Shades of Ice Cold #ACDFD5

Tints of Ice Cold #ACDFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.03%

R = 28.29%
G = 36.68%
B = 35.03%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#ACDFD5 (or 0xACDFD5) is known color: Ice Cold. HEX triplet: AC, DF and D5. RGB value is (172,223,213). Sum of RGB (Red+Green+Blue) = 172+223+213=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD5 is #53202A. Grayscale: #CECECE. Windows color (decimal): -5447723 or 14016428. OLE color: 14016428.

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

Color convert

RGB 172 223 213 -
CMYK 0.23 0 0.04 0.13
HSL 168.24º 0.44% 0.77% -
HSV(B) 168.24º 0.23% 0.87% -
XYZ 55.41 66.35 72.84 -
YUV 206.61 131.6 103.31 -
System Red Green Blue C M Y K H S L
Decimal 172 223 213 0.23 0 0.04 0.13 168.24 0.44 0.77
Hex AC DF D5 17 0 4 D A8 2C 4D
Octal 254 337 325 27 0 4 15 250 54 115
Binary 10101100 11011111 11010101 10111 0 100 1101 10101000 101100 1001101

Color Harmonies of #ACDFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD5

Black with #ACDFD5

Text Example


Text Example

White with #ACDFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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