#A5E9DC

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

Shades of Ice Cold #A5E9DC

Tints of Ice Cold #A5E9DC

Color information

#A5E9DC (or 0xA5E9DC) is unknown color: approx Ice Cold. HEX triplet: A5, E9 and DC. RGB value is (165,233,220). Sum of RGB (Red+Green+Blue) = 165+233+220=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9DC is #5A1623. Grayscale: #D3D3D3. Windows color (decimal): -5903908 or 14477733. OLE color: 14477733.

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

Color convert

RGB165233220-
CMYK0.2900.060.09
HSL168.53º60.71%78.04%-
HSV(B)168.53º29.18%91.37%-
XYZ57.5771.4478.47-
YUV211.19132.9795.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.70%
GREEN value IS 233 (91.41% from 255) = 37.70%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=26.70%
G=37.70%
B=35.60%

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
Decimal1652332200.2900.060.09168.5360.7178.04
HexA5E9DC1D069a93d4e
Octal24535133435061125175116
Binary1010010111101001110111001110101101001101010011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E9DC; }

 p { color: rgb(165,233,220); }

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

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

 a { background-color: rgb(165,233,220); }

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

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

 span { border-color: rgb(165,233,220); }

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