#A4ECD7

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

Shades of Ice Cold #A4ECD7

Tints of Ice Cold #A4ECD7

Color information

#A4ECD7 (or 0xA4ECD7) is unknown color: approx Ice Cold. HEX triplet: A4, EC and D7. RGB value is (164,236,215). Sum of RGB (Red+Green+Blue) = 164+236+215=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECD7 is #5B1328. Grayscale: #D4D4D4. Windows color (decimal): -5968681 or 14150820. OLE color: 14150820.

HSL color Cylindrical-coordinate representation of color #A4ECD7: hue angle of 162.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4ECD7 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB164236215-
CMYK0.3100.090.07
HSL162.5º65.45%78.43%-
HSV(B)162.5º30.51%92.55%-
XYZ57.5772.7975.31-
YUV212.08129.6593.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 215 (84.38% from 255) = 34.96%
R=26.67%
G=38.37%
B=34.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642362150.3100.090.07162.565.4578.43
HexA4ECD71F097a2414e
Octal244354327370117242101116
Binary10100100111011001101011111111010011111010001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECD7; }

 p { color: rgb(164,236,215); }

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

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

 a { background-color: rgb(164,236,215); }

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

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

 span { border-color: rgb(164,236,215); }

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