Html Css Color HEX #ACE7DE Ice Cold

📋 copy color: '#ACE7DE'

red 172 ◦ green 231 ◦ blue 222

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

Shades of Ice Cold #ACE7DE

Tints of Ice Cold #ACE7DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.52%

R = 27.52%
G = 36.96%
B = 35.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#ACE7DE (or 0xACE7DE) is known color: Ice Cold. HEX triplet: AC, E7 and DE. RGB value is (172,231,222). Sum of RGB (Red+Green+Blue) = 172+231+222=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7DE is #531821. Grayscale: #D4D4D4. Windows color (decimal): -5445666 or 14608300. OLE color: 14608300.

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

Color convert

RGB 172 231 222 -
CMYK 0.26 0 0.04 0.09
HSL 170.85º 0.55% 0.79% -
HSV(B) 170.85º 0.26% 0.91% -
XYZ 58.77 71.2 79.75 -
YUV 212.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 172 231 222 0.26 0 0.04 0.09 170.85 0.55 0.79
Hex AC E7 DE 1A 0 4 9 AB 37 4F
Octal 254 347 336 32 0 4 11 253 67 117
Binary 10101100 11100111 11011110 11010 0 100 1001 10101011 110111 1001111

Color Harmonies of #ACE7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7DE

Black with #ACE7DE

Text Example


Text Example

White with #ACE7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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