Html Css Color HEX #ACE2DE Ice Cold

📋 copy color: '#ACE2DE'

red 172 ◦ green 226 ◦ blue 222

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

Shades of Ice Cold #ACE2DE

Tints of Ice Cold #ACE2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.45%

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

R = 27.74%
G = 36.45%
B = 35.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#ACE2DE (or 0xACE2DE) is known color: Ice Cold. HEX triplet: AC, E2 and DE. RGB value is (172,226,222). Sum of RGB (Red+Green+Blue) = 172+226+222=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE2DE is #531D21. Grayscale: #D1D1D1. Windows color (decimal): -5446946 or 14607020. OLE color: 14607020.

HSL color Cylindrical-coordinate representation of color #ACE2DE: hue angle of 175.56º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE2DE is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 226 222 -
CMYK 0.24 0 0.02 0.11
HSL 175.56º 0.48% 0.78% -
HSV(B) 175.56º 0.24% 0.89% -
XYZ 57.39 68.44 79.29 -
YUV 209.4 135.11 101.33 -
System Red Green Blue C M Y K H S L
Decimal 172 226 222 0.24 0 0.02 0.11 175.56 0.48 0.78
Hex AC E2 DE 18 0 2 B B0 30 4E
Octal 254 342 336 30 0 2 13 260 60 116
Binary 10101100 11100010 11011110 11000 0 10 1011 10110000 110000 1001110

Color Harmonies of #ACE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE2DE

Black with #ACE2DE

Text Example


Text Example

White with #ACE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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