#A5EADD

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

Shades of Ice Cold #A5EADD

Tints of Ice Cold #A5EADD

Color information

#A5EADD (or 0xA5EADD) is unknown color: approx Ice Cold. HEX triplet: A5, EA and DD. RGB value is (165,234,221). Sum of RGB (Red+Green+Blue) = 165+234+221=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EADD is #5A1522. Grayscale: #D3D3D3. Windows color (decimal): -5903651 or 14543525. OLE color: 14543525.

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

Color convert

RGB165234221-
CMYK0.2900.060.08
HSL168.7º62.16%78.24%-
HSV(B)168.7º29.49%91.76%-
XYZ57.9972.0779.26-
YUV211.89133.1494.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=26.61%
G=37.74%
B=35.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652342210.2900.060.08168.762.1678.24
HexA5EADD1D068a93e4e
Octal24535233535061025176116
Binary1010010111101010110111011110101101000101010011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EADD; }

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

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

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

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

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

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

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

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