#A4EBD6

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

Shades of Ice Cold #A4EBD6

Tints of Ice Cold #A4EBD6

Color information

#A4EBD6 (or 0xA4EBD6) is unknown color: approx Ice Cold. HEX triplet: A4, EB and D6. RGB value is (164,235,214). Sum of RGB (Red+Green+Blue) = 164+235+214=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EBD6 is #5B1429. Grayscale: #D3D3D3. Windows color (decimal): -5968938 or 14085028. OLE color: 14085028.

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

Color convert

RGB164235214-
CMYK0.3000.090.08
HSL162.25º63.96%78.24%-
HSV(B)162.25º30.21%92.16%-
XYZ57.1672.1674.53-
YUV211.38129.4894.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.75%
GREEN value IS 235 (92.19% from 255) = 38.34%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=26.75%
G=38.34%
B=34.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642352140.3000.090.08162.2563.9678.24
HexA4EBD61E098a2404e
Octal2443533263601110242100116
Binary101001001110101111010110111100100110001010001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBD6; }

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

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

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

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

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

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

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

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