Html Css Color HEX #ACE8D5 Ice Cold

📋 copy color: '#ACE8D5'

red 172 ◦ green 232 ◦ blue 213

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

Shades of Ice Cold #ACE8D5

Tints of Ice Cold #ACE8D5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.6%

 BLUE value IS 213 (83.59% from 255) = 34.52%

R = 27.88%
G = 37.6%
B = 34.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#ACE8D5 (or 0xACE8D5) is known color: Ice Cold. HEX triplet: AC, E8 and D5. RGB value is (172,232,213). Sum of RGB (Red+Green+Blue) = 172+232+213=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8D5 is #53172A. Grayscale: #D3D3D3. Windows color (decimal): -5445419 or 14018732. OLE color: 14018732.

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

Color convert

RGB 172 232 213 -
CMYK 0.26 0 0.08 0.09
HSL 161º 0.57% 0.79% -
HSV(B) 161º 0.26% 0.91% -
XYZ 57.88 71.29 73.66 -
YUV 211.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 172 232 213 0.26 0 0.08 0.09 161 0.57 0.79
Hex AC E8 D5 1A 0 8 9 A1 39 4F
Octal 254 350 325 32 0 10 11 241 71 117
Binary 10101100 11101000 11010101 11010 0 1000 1001 10100001 111001 1001111

Color Harmonies of #ACE8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8D5

Black with #ACE8D5

Text Example


Text Example

White with #ACE8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8D5; }

 p { color: rgb(172,232,213); }

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

background-color css

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

 a { background-color: rgb(172,232,213); }

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

border-color css

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

 span { border-color: rgb(172,232,213); }

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