Html Css Color HEX #ACE8DC Ice Cold

📋 copy color: '#ACE8DC'

red 172 ◦ green 232 ◦ blue 220

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

Shades of Ice Cold #ACE8DC

Tints of Ice Cold #ACE8DC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.18%

 BLUE value IS 220 (86.33% from 255) = 35.26%

R = 27.56%
G = 37.18%
B = 35.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#ACE8DC (or 0xACE8DC) is known color: Ice Cold. HEX triplet: AC, E8 and DC. RGB value is (172,232,220). Sum of RGB (Red+Green+Blue) = 172+232+220=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8DC is #531723. Grayscale: #D4D4D4. Windows color (decimal): -5445412 or 14477484. OLE color: 14477484.

HSL color Cylindrical-coordinate representation of color #ACE8DC: hue angle of 168º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE8DC is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 232 220 -
CMYK 0.26 0 0.05 0.09
HSL 168º 0.57% 0.79% -
HSV(B) 168º 0.26% 0.91% -
XYZ 58.79 71.65 78.44 -
YUV 212.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 172 232 220 0.26 0 0.05 0.09 168 0.57 0.79
Hex AC E8 DC 1A 0 5 9 A8 39 4F
Octal 254 350 334 32 0 5 11 250 71 117
Binary 10101100 11101000 11011100 11010 0 101 1001 10101000 111001 1001111

Color Harmonies of #ACE8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8DC

Black with #ACE8DC

Text Example


Text Example

White with #ACE8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8DC; }

 p { color: rgb(172,232,220); }

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

background-color css

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

 a { background-color: rgb(172,232,220); }

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

border-color css

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

 span { border-color: rgb(172,232,220); }

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