#A4EBDC

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

Shades of Ice Cold #A4EBDC

Tints of Ice Cold #A4EBDC

Color information

#A4EBDC (or 0xA4EBDC) is unknown color: approx Ice Cold. HEX triplet: A4, EB and DC. RGB value is (164,235,220). Sum of RGB (Red+Green+Blue) = 164+235+220=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBDC is #5B1423. Grayscale: #D4D4D4. Windows color (decimal): -5968932 or 14478244. OLE color: 14478244.

HSL color Cylindrical-coordinate representation of color #A4EBDC: hue angle of 167.32º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EBDC is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB164235220-
CMYK0.3000.060.08
HSL167.32º63.96%78.24%-
HSV(B)167.32º30.21%92.16%-
XYZ57.9472.4878.65-
YUV212.06132.4893.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.49%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=26.49%
G=37.96%
B=35.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642352200.3000.060.08167.3263.9678.24
HexA4EBDC1E068a7404e
Octal244353334360610247100116
Binary10100100111010111101110011110011010001010011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBDC; }

 p { color: rgb(164,235,220); }

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

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

 a { background-color: rgb(164,235,220); }

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

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

 span { border-color: rgb(164,235,220); }

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