Html Css Color HEX #ACE7D9 Ice Cold

📋 copy color: '#ACE7D9'

red 172 ◦ green 231 ◦ blue 217

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

Shades of Ice Cold #ACE7D9

Tints of Ice Cold #ACE7D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35%

R = 27.74%
G = 37.26%
B = 35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#ACE7D9 (or 0xACE7D9) is known color: Ice Cold. HEX triplet: AC, E7 and D9. RGB value is (172,231,217). Sum of RGB (Red+Green+Blue) = 172+231+217=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7D9 is #531826. Grayscale: #D3D3D3. Windows color (decimal): -5445671 or 14280620. OLE color: 14280620.

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

Color convert

RGB 172 231 217 -
CMYK 0.26 0 0.06 0.09
HSL 165.76º 0.55% 0.79% -
HSV(B) 165.76º 0.26% 0.91% -
XYZ 58.11 70.93 76.27 -
YUV 211.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 172 231 217 0.26 0 0.06 0.09 165.76 0.55 0.79
Hex AC E7 D9 1A 0 6 9 A6 37 4F
Octal 254 347 331 32 0 6 11 246 67 117
Binary 10101100 11100111 11011001 11010 0 110 1001 10100110 110111 1001111

Color Harmonies of #ACE7D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7D9

Black with #ACE7D9

Text Example


Text Example

White with #ACE7D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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