Html Css Color HEX #ACE1D6 Ice Cold

📋 copy color: '#ACE1D6'

red 172 ◦ green 225 ◦ blue 214

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

Shades of Ice Cold #ACE1D6

Tints of Ice Cold #ACE1D6

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.82%

 BLUE value IS 214 (83.98% from 255) = 35.02%

R = 28.15%
G = 36.82%
B = 35.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#ACE1D6 (or 0xACE1D6) is known color: Ice Cold. HEX triplet: AC, E1 and D6. RGB value is (172,225,214). Sum of RGB (Red+Green+Blue) = 172+225+214=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D6 is #531E29. Grayscale: #CFCFCF. Windows color (decimal): -5447210 or 14082476. OLE color: 14082476.

HSL color Cylindrical-coordinate representation of color #ACE1D6: hue angle of 167.55º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1D6 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 214 -
CMYK 0.24 0 0.05 0.12
HSL 167.55º 0.47% 0.78% -
HSV(B) 167.55º 0.24% 0.88% -
XYZ 56.08 67.48 73.69 -
YUV 207.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 172 225 214 0.24 0 0.05 0.12 167.55 0.47 0.78
Hex AC E1 D6 18 0 5 C A8 2F 4E
Octal 254 341 326 30 0 5 14 250 57 116
Binary 10101100 11100001 11010110 11000 0 101 1100 10101000 101111 1001110

Color Harmonies of #ACE1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1D6

Black with #ACE1D6

Text Example


Text Example

White with #ACE1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1D6; }

 p { color: rgb(172,225,214); }

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

background-color css

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

 a { background-color: rgb(172,225,214); }

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

border-color css

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

 span { border-color: rgb(172,225,214); }

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