Html Css Color HEX #ACE7D8 Ice Cold

📋 copy color: '#ACE7D8'

red 172 ◦ green 231 ◦ blue 216

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

Shades of Ice Cold #ACE7D8

Tints of Ice Cold #ACE7D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.89%

R = 27.79%
G = 37.32%
B = 34.89%

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

#ACE7D8 (or 0xACE7D8) is known color: Ice Cold. HEX triplet: AC, E7 and D8. RGB value is (172,231,216). Sum of RGB (Red+Green+Blue) = 172+231+216=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7D8 is #531827. Grayscale: #D3D3D3. Windows color (decimal): -5445672 or 14215084. OLE color: 14215084.

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

Color convert

RGB 172 231 216 -
CMYK 0.26 0 0.06 0.09
HSL 164.75º 0.55% 0.79% -
HSV(B) 164.75º 0.26% 0.91% -
XYZ 57.98 70.88 75.59 -
YUV 211.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 172 231 216 0.26 0 0.06 0.09 164.75 0.55 0.79
Hex AC E7 D8 1A 0 6 9 A5 37 4F
Octal 254 347 330 32 0 6 11 245 67 117
Binary 10101100 11100111 11011000 11010 0 110 1001 10100101 110111 1001111

Color Harmonies of #ACE7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7D8

Black with #ACE7D8

Text Example


Text Example

White with #ACE7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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