#ACE1DB

Color #ACE1DB Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #ACE1DB

Tints of Ice Cold #ACE1DB

Color information

#ACE1DB (or 0xACE1DB) is unknown color: approx Ice Cold. HEX triplet: AC, E1 and DB. RGB value is (172,225,219). Sum of RGB (Red+Green+Blue) = 172+225+219=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1DB is #531E24. Grayscale: #D0D0D0. Windows color (decimal): -5447205 or 14410156. OLE color: 14410156.

HSL color Cylindrical-coordinate representation of color #ACE1DB: hue angle of 173.21º 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 #ACE1DB is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB172225219-
CMYK0.2400.030.12
HSL173.21º46.9%77.84%-
HSV(B)173.21º23.56%88.24%-
XYZ56.7267.7477.1-
YUV208.47133.94101.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=27.92%
G=36.53%
B=35.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722252190.2400.030.12173.2146.977.84
HexACE1DB1803Cad2f4e
Octal25434133330031425557116
Binary101011001110000111011011110000111100101011011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1DB; }

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

 H1.HeaderClassName
 {
   color: #ACE1DB;
 }
 .AnyTagClassName
 {
   color: #ACE1DB;
 }
</style>
background-color css

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

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

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

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

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

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