#A5E7D1

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

Shades of Ice Cold #A5E7D1

Tints of Ice Cold #A5E7D1

Color information

#A5E7D1 (or 0xA5E7D1) is unknown color: approx Ice Cold. HEX triplet: A5, E7 and D1. RGB value is (165,231,209). Sum of RGB (Red+Green+Blue) = 165+231+209=605 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.27% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #A5E7D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E7D1 is #5A182E. Grayscale: #D0D0D0. Windows color (decimal): -5904431 or 13756325. OLE color: 13756325.

HSL color Cylindrical-coordinate representation of color #A5E7D1: hue angle of 160º degrees, saturation: 0.58, 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 #A5E7D1 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB165231209-
CMYK0.2900.100.09
HSL160º57.89%77.65%-
HSV(B)160º28.57%90.59%-
XYZ55.669.7570.86-
YUV208.76128.1396.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.27%
GREEN value IS 231 (90.62% from 255) = 38.18%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=27.27%
G=38.18%
B=34.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652312090.2900.100.0916057.8977.65
HexA5E7D11D0A9a03a4e
Octal245347321350121124072116
Binary10100101111001111101000111101010101001101000001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E7D1; }

 p { color: rgb(165,231,209); }

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

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

 a { background-color: rgb(165,231,209); }

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

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

 span { border-color: rgb(165,231,209); }

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