Html Css Color HEX #ACE8DD Ice Cold

📋 copy color: '#ACE8DD'

red 172 ◦ green 232 ◦ blue 221

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

Shades of Ice Cold #ACE8DD

Tints of Ice Cold #ACE8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 27.52%
G = 37.12%
B = 35.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#ACE8DD (or 0xACE8DD) is known color: Ice Cold. HEX triplet: AC, E8 and DD. RGB value is (172,232,221). Sum of RGB (Red+Green+Blue) = 172+232+221=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #ACE8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE8DD is #531722. Grayscale: #D4D4D4. Windows color (decimal): -5445411 or 14543020. OLE color: 14543020.

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

Color convert

RGB 172 232 221 -
CMYK 0.26 0 0.05 0.09
HSL 169º 0.57% 0.79% -
HSV(B) 169º 0.26% 0.91% -
XYZ 58.92 71.7 79.14 -
YUV 212.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 172 232 221 0.26 0 0.05 0.09 169 0.57 0.79
Hex AC E8 DD 1A 0 5 9 A9 39 4F
Octal 254 350 335 32 0 5 11 251 71 117
Binary 10101100 11101000 11011101 11010 0 101 1001 10101001 111001 1001111

Color Harmonies of #ACE8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE8DD

Black with #ACE8DD

Text Example


Text Example

White with #ACE8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE8DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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