#ACEADB

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

Shades of Ice Cold #ACEADB

Tints of Ice Cold #ACEADB

Color information

#ACEADB (or 0xACEADB) is unknown color: approx Ice Cold. HEX triplet: AC, EA and DB. RGB value is (172,234,219). Sum of RGB (Red+Green+Blue) = 172+234+219=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEADB is #531524. Grayscale: #D5D5D5. Windows color (decimal): -5444901 or 14412460. OLE color: 14412460.

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

Color convert

RGB172234219-
CMYK0.2600.060.08
HSL165.48º59.62%79.61%-
HSV(B)165.48º26.5%91.76%-
XYZ59.2272.7377.93-
YUV213.75130.9698.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.52%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=27.52%
G=37.44%
B=35.04%

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
Decimal1722342190.2600.060.08165.4859.6279.61
HexACEADB1A068a53c50
Octal25435233332061024574120
Binary1010110011101010110110111101001101000101001011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEADB; }

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

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

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

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

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

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

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

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