#A5EAE1

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

Shades of Ice Cold #A5EAE1

Tints of Ice Cold #A5EAE1

Color information

#A5EAE1 (or 0xA5EAE1) is unknown color: approx Ice Cold. HEX triplet: A5, EA and E1. RGB value is (165,234,225). Sum of RGB (Red+Green+Blue) = 165+234+225=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAE1 is #5A151E. Grayscale: #D4D4D4. Windows color (decimal): -5903647 or 14805669. OLE color: 14805669.

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

Color convert

RGB165234225-
CMYK0.2900.040.08
HSL172.17º62.16%78.24%-
HSV(B)172.17º29.49%91.76%-
XYZ58.5372.2882.1-
YUV212.34135.1494.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.44%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 225 (88.28% from 255) = 36.06%
R=26.44%
G=37.5%
B=36.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652342250.2900.040.08172.1762.1678.24
HexA5EAE11D048ac3e4e
Octal24535234135041025476116
Binary1010010111101010111000011110101001000101011001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EAE1; }

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

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

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

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

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

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

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

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