#ACEADD

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

Shades of Ice Cold #ACEADD

Tints of Ice Cold #ACEADD

Color information

#ACEADD (or 0xACEADD) is unknown color: approx Ice Cold. HEX triplet: AC, EA and DD. RGB value is (172,234,221). Sum of RGB (Red+Green+Blue) = 172+234+221=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEADD is #531522. Grayscale: #D5D5D5. Windows color (decimal): -5444899 or 14543532. OLE color: 14543532.

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

Color convert

RGB172234221-
CMYK0.2600.060.08
HSL167.42º59.62%79.61%-
HSV(B)167.42º26.5%91.76%-
XYZ59.4972.8479.33-
YUV213.98131.9698.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.43%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 221 (86.72% from 255) = 35.25%
R=27.43%
G=37.32%
B=35.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1722342210.2600.060.08167.4259.6279.61
HexACEADD1A068a73c50
Octal25435233532061024774120
Binary1010110011101010110111011101001101000101001111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEADD; }

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

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

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

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

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

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

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

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