Html Css Color HEX #ACE9D8 Ice Cold

📋 copy color: '#ACE9D8'

red 172 ◦ green 233 ◦ blue 216

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

Shades of Ice Cold #ACE9D8

Tints of Ice Cold #ACE9D8

RGB

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

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

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

R = 27.7%
G = 37.52%
B = 34.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#ACE9D8 (or 0xACE9D8) is known color: Ice Cold. HEX triplet: AC, E9 and D8. RGB value is (172,233,216). Sum of RGB (Red+Green+Blue) = 172+233+216=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9D8 is #531627. Grayscale: #D4D4D4. Windows color (decimal): -5445160 or 14215596. OLE color: 14215596.

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

Color convert

RGB 172 233 216 -
CMYK 0.26 0 0.07 0.09
HSL 163.28º 0.58% 0.79% -
HSV(B) 163.28º 0.26% 0.91% -
XYZ 58.55 72.01 75.78 -
YUV 212.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 172 233 216 0.26 0 0.07 0.09 163.28 0.58 0.79
Hex AC E9 D8 1A 0 7 9 A3 3A 4F
Octal 254 351 330 32 0 7 11 243 72 117
Binary 10101100 11101001 11011000 11010 0 111 1001 10100011 111010 1001111

Color Harmonies of #ACE9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE9D8

Black with #ACE9D8

Text Example


Text Example

White with #ACE9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE9D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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