#ACEAD9

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

Shades of Ice Cold #ACEAD9

Tints of Ice Cold #ACEAD9

Color information

#ACEAD9 (or 0xACEAD9) is unknown color: approx Ice Cold. HEX triplet: AC, EA and D9. RGB value is (172,234,217). Sum of RGB (Red+Green+Blue) = 172+234+217=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEAD9 is #531526. Grayscale: #D5D5D5. Windows color (decimal): -5444903 or 14281388. OLE color: 14281388.

HSL color Cylindrical-coordinate representation of color #ACEAD9: hue angle of 163.55º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACEAD9 is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB172234217-
CMYK0.2600.070.08
HSL163.55º59.62%79.61%-
HSV(B)163.55º26.5%91.76%-
XYZ58.9672.6376.56-
YUV213.52129.9698.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.61%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 217 (85.16% from 255) = 34.83%
R=27.61%
G=37.56%
B=34.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722342170.2600.070.08163.5559.6279.61
HexACEAD91A078a43c50
Octal25435233132071024474120
Binary1010110011101010110110011101001111000101001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEAD9; }

 p { color: rgb(172,234,217); }

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

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

 a { background-color: rgb(172,234,217); }

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

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

 span { border-color: rgb(172,234,217); }

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