Html Css Color HEX #ACE5D7 Ice Cold

📋 copy color: '#ACE5D7'

red 172 ◦ green 229 ◦ blue 215

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

Shades of Ice Cold #ACE5D7

Tints of Ice Cold #ACE5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.9%

R = 27.92%
G = 37.18%
B = 34.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#ACE5D7 (or 0xACE5D7) is known color: Ice Cold. HEX triplet: AC, E5 and D7. RGB value is (172,229,215). Sum of RGB (Red+Green+Blue) = 172+229+215=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5D7 is #531A28. Grayscale: #D2D2D2. Windows color (decimal): -5446185 or 14149036. OLE color: 14149036.

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

Color convert

RGB 172 229 215 -
CMYK 0.25 0 0.06 0.10
HSL 165.26º 0.52% 0.79% -
HSV(B) 165.26º 0.25% 0.9% -
XYZ 57.3 69.72 74.73 -
YUV 210.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 172 229 215 0.25 0 0.06 0.10 165.26 0.52 0.79
Hex AC E5 D7 19 0 6 A A5 34 4F
Octal 254 345 327 31 0 6 12 245 64 117
Binary 10101100 11100101 11010111 11001 0 110 1010 10100101 110100 1001111

Color Harmonies of #ACE5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5D7

Black with #ACE5D7

Text Example


Text Example

White with #ACE5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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