#ACECDA

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

Shades of Ice Cold #ACECDA

Tints of Ice Cold #ACECDA

Color information

#ACECDA (or 0xACECDA) is unknown color: approx Ice Cold. HEX triplet: AC, EC and DA. RGB value is (172,236,218). Sum of RGB (Red+Green+Blue) = 172+236+218=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #ACECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACECDA is #531325. Grayscale: #D6D6D6. Windows color (decimal): -5444390 or 14347436. OLE color: 14347436.

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

Color convert

RGB172236218-
CMYK0.2700.080.07
HSL163.12º62.75%80%-
HSV(B)163.12º27.12%92.55%-
XYZ59.6673.8277.43-
YUV214.81129.897.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.48%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=27.48%
G=37.70%
B=34.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722362180.2700.080.07163.1262.7580
HexACECDA1B087a33f50
Octal25435433233010724377120
Binary1010110011101100110110101101101000111101000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACECDA; }

 p { color: rgb(172,236,218); }

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

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

 a { background-color: rgb(172,236,218); }

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

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

 span { border-color: rgb(172,236,218); }

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