Html Css Color HEX #ACE9D5 Ice Cold

📋 copy color: '#ACE9D5'

red 172 ◦ green 233 ◦ blue 213

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

Shades of Ice Cold #ACE9D5

Tints of Ice Cold #ACE9D5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.7%

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

R = 27.83%
G = 37.7%
B = 34.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#ACE9D5 (or 0xACE9D5) is known color: Ice Cold. HEX triplet: AC, E9 and D5. RGB value is (172,233,213). Sum of RGB (Red+Green+Blue) = 172+233+213=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9D5 is #53162A. Grayscale: #D4D4D4. Windows color (decimal): -5445163 or 14018988. OLE color: 14018988.

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

Color convert

RGB 172 233 213 -
CMYK 0.26 0 0.09 0.09
HSL 160.33º 0.58% 0.79% -
HSV(B) 160.33º 0.26% 0.91% -
XYZ 58.16 71.85 73.75 -
YUV 212.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 172 233 213 0.26 0 0.09 0.09 160.33 0.58 0.79
Hex AC E9 D5 1A 0 9 9 A0 3A 4F
Octal 254 351 325 32 0 11 11 240 72 117
Binary 10101100 11101001 11010101 11010 0 1001 1001 10100000 111010 1001111

Color Harmonies of #ACE9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9D5

Black with #ACE9D5

Text Example


Text Example

White with #ACE9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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