Html Css Color HEX #ACE7DC Ice Cold

📋 copy color: '#ACE7DC'

red 172 ◦ green 231 ◦ blue 220

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

Shades of Ice Cold #ACE7DC

Tints of Ice Cold #ACE7DC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.08%

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

R = 27.61%
G = 37.08%
B = 35.31%

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

#ACE7DC (or 0xACE7DC) is known color: Ice Cold. HEX triplet: AC, E7 and DC. RGB value is (172,231,220). Sum of RGB (Red+Green+Blue) = 172+231+220=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7DC is #531823. Grayscale: #D4D4D4. Windows color (decimal): -5445668 or 14477228. OLE color: 14477228.

HSL color Cylindrical-coordinate representation of color #ACE7DC: hue angle of 168.81º degrees, saturation: 0.55, 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 #ACE7DC is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 231 220 -
CMYK 0.26 0 0.05 0.09
HSL 168.81º 0.55% 0.79% -
HSV(B) 168.81º 0.26% 0.91% -
XYZ 58.51 71.09 78.35 -
YUV 212.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 172 231 220 0.26 0 0.05 0.09 168.81 0.55 0.79
Hex AC E7 DC 1A 0 5 9 A9 37 4F
Octal 254 347 334 32 0 5 11 251 67 117
Binary 10101100 11100111 11011100 11010 0 101 1001 10101001 110111 1001111

Color Harmonies of #ACE7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7DC

Black with #ACE7DC

Text Example


Text Example

White with #ACE7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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