#A4EDD8

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

Shades of Ice Cold #A4EDD8

Tints of Ice Cold #A4EDD8

Color information

#A4EDD8 (or 0xA4EDD8) is unknown color: approx Ice Cold. HEX triplet: A4, ED and D8. RGB value is (164,237,216). Sum of RGB (Red+Green+Blue) = 164+237+216=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDD8 is #5B1227. Grayscale: #D4D4D4. Windows color (decimal): -5968424 or 14216612. OLE color: 14216612.

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

Color convert

RGB164237216-
CMYK0.3100.090.07
HSL162.74º66.97%78.63%-
HSV(B)162.74º30.8%92.94%-
XYZ57.9973.4276.08-
YUV212.78129.8293.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.58%
GREEN value IS 237 (92.97% from 255) = 38.41%
BLUE value IS 216 (84.77% from 255) = 35.01%
R=26.58%
G=38.41%
B=35.01%

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
Decimal1642372160.3100.090.07162.7466.9778.63
HexA4EDD81F097a3434f
Octal244355330370117243103117
Binary10100100111011011101100011111010011111010001110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EDD8; }

 p { color: rgb(164,237,216); }

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

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

 a { background-color: rgb(164,237,216); }

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

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

 span { border-color: rgb(164,237,216); }

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