Html Css Color HEX #ACE1DD Ice Cold

📋 copy color: '#ACE1DD'

red 172 ◦ green 225 ◦ blue 221

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

Shades of Ice Cold #ACE1DD

Tints of Ice Cold #ACE1DD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.41%

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

R = 27.83%
G = 36.41%
B = 35.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#ACE1DD (or 0xACE1DD) is known color: Ice Cold. HEX triplet: AC, E1 and DD. RGB value is (172,225,221). Sum of RGB (Red+Green+Blue) = 172+225+221=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DD is #531E22. Grayscale: #D0D0D0. Windows color (decimal): -5447203 or 14541228. OLE color: 14541228.

HSL color Cylindrical-coordinate representation of color #ACE1DD: hue angle of 175.47º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1DD is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 225 221 -
CMYK 0.24 0 0.02 0.12
HSL 175.47º 0.47% 0.78% -
HSV(B) 175.47º 0.24% 0.88% -
XYZ 56.99 67.84 78.5 -
YUV 208.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 172 225 221 0.24 0 0.02 0.12 175.47 0.47 0.78
Hex AC E1 DD 18 0 2 C AF 2F 4E
Octal 254 341 335 30 0 2 14 257 57 116
Binary 10101100 11100001 11011101 11000 0 10 1100 10101111 101111 1001110

Color Harmonies of #ACE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1DD

Black with #ACE1DD

Text Example


Text Example

White with #ACE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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