Html Css Color HEX #ACDFD3 Ice Cold

📋 copy color: '#ACDFD3'

red 172 ◦ green 223 ◦ blue 211

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

Shades of Ice Cold #ACDFD3

Tints of Ice Cold #ACDFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.82%

R = 28.38%
G = 36.8%
B = 34.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#ACDFD3 (or 0xACDFD3) is known color: Ice Cold. HEX triplet: AC, DF and D3. RGB value is (172,223,211). Sum of RGB (Red+Green+Blue) = 172+223+211=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD3 is #53202C. Grayscale: #CECECE. Windows color (decimal): -5447725 or 13885356. OLE color: 13885356.

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

Color convert

RGB 172 223 211 -
CMYK 0.23 0 0.05 0.13
HSL 165.88º 0.44% 0.77% -
HSV(B) 165.88º 0.23% 0.87% -
XYZ 55.16 66.25 71.51 -
YUV 206.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 172 223 211 0.23 0 0.05 0.13 165.88 0.44 0.77
Hex AC DF D3 17 0 5 D A6 2C 4D
Octal 254 337 323 27 0 5 15 246 54 115
Binary 10101100 11011111 11010011 10111 0 101 1101 10100110 101100 1001101

Color Harmonies of #ACDFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD3

Black with #ACDFD3

Text Example


Text Example

White with #ACDFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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