#A4E8DB

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

Shades of Ice Cold #A4E8DB

Tints of Ice Cold #A4E8DB

Color information

#A4E8DB (or 0xA4E8DB) is unknown color: approx Ice Cold. HEX triplet: A4, E8 and DB. RGB value is (164,232,219). Sum of RGB (Red+Green+Blue) = 164+232+219=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E8DB is #5B1724. Grayscale: #D2D2D2. Windows color (decimal): -5969701 or 14411940. OLE color: 14411940.

HSL color Cylindrical-coordinate representation of color #A4E8DB: hue angle of 168.53º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8DB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB164232219-
CMYK0.2900.060.09
HSL168.53º59.65%77.65%-
HSV(B)168.53º29.31%90.98%-
XYZ56.9570.7277.67-
YUV210.19132.9795.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.67%
GREEN value IS 232 (91.02% from 255) = 37.72%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=26.67%
G=37.72%
B=35.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642322190.2900.060.09168.5359.6577.65
HexA4E8DB1D069a93c4e
Octal24435033335061125174116
Binary1010010011101000110110111110101101001101010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E8DB; }

 p { color: rgb(164,232,219); }

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

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

 a { background-color: rgb(164,232,219); }

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

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

 span { border-color: rgb(164,232,219); }

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