Html Css Color HEX #ACE5DE Ice Cold

📋 copy color: '#ACE5DE'

red 172 ◦ green 229 ◦ blue 222

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

Shades of Ice Cold #ACE5DE

Tints of Ice Cold #ACE5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.76%

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

R = 27.61%
G = 36.76%
B = 35.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#ACE5DE (or 0xACE5DE) is known color: Ice Cold. HEX triplet: AC, E5 and DE. RGB value is (172,229,222). Sum of RGB (Red+Green+Blue) = 172+229+222=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 229 (89.84% from 255 or 36.76% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5DE is #531A21. Grayscale: #D3D3D3. Windows color (decimal): -5446178 or 14607788. OLE color: 14607788.

HSL color Cylindrical-coordinate representation of color #ACE5DE: hue angle of 172.63º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5DE is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 222 -
CMYK 0.25 0 0.03 0.10
HSL 172.63º 0.52% 0.79% -
HSV(B) 172.63º 0.25% 0.9% -
XYZ 58.22 70.08 79.57 -
YUV 211.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 172 229 222 0.25 0 0.03 0.10 172.63 0.52 0.79
Hex AC E5 DE 19 0 3 A AD 34 4F
Octal 254 345 336 31 0 3 12 255 64 117
Binary 10101100 11100101 11011110 11001 0 11 1010 10101101 110100 1001111

Color Harmonies of #ACE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5DE

Black with #ACE5DE

Text Example


Text Example

White with #ACE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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