#A5EAD6

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

Shades of Ice Cold #A5EAD6

Tints of Ice Cold #A5EAD6

Color information

#A5EAD6 (or 0xA5EAD6) is unknown color: approx Ice Cold. HEX triplet: A5, EA and D6. RGB value is (165,234,214). Sum of RGB (Red+Green+Blue) = 165+234+214=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 214 (83.98% from 255 or 34.91% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAD6 is #5A1529. Grayscale: #D3D3D3. Windows color (decimal): -5903658 or 14084773. OLE color: 14084773.

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

Color convert

RGB165234214-
CMYK0.2900.090.08
HSL162.61º62.16%78.24%-
HSV(B)162.61º29.49%91.76%-
XYZ57.0871.774.45-
YUV211.09129.6495.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 214 (83.98% from 255) = 34.91%
R=26.92%
G=38.17%
B=34.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652342140.2900.090.08162.6162.1678.24
HexA5EAD61D098a33e4e
Octal245352326350111024376116
Binary10100101111010101101011011101010011000101000111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAD6; }

 p { color: rgb(165,234,214); }

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

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

 a { background-color: rgb(165,234,214); }

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

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

 span { border-color: rgb(165,234,214); }

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