#A5E0CA

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

Shades of Ice Cold #A5E0CA

Tints of Ice Cold #A5E0CA

Color information

#A5E0CA (or 0xA5E0CA) is unknown color: approx Ice Cold. HEX triplet: A5, E0 and CA. RGB value is (165,224,202). Sum of RGB (Red+Green+Blue) = 165+224+202=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0CA is #5A1F35. Grayscale: #CBCBCB. Windows color (decimal): -5906230 or 13295781. OLE color: 13295781.

HSL color Cylindrical-coordinate representation of color #A5E0CA: hue angle of 157.63º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0CA is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB165224202-
CMYK0.2600.100.12
HSL157.63º48.76%76.27%-
HSV(B)157.63º26.34%87.84%-
XYZ52.8365.5765.75-
YUV203.85126.95100.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.92%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=27.92%
G=37.90%
B=34.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652242020.2600.100.12157.6348.7676.27
HexA5E0CA1A0AC9e314c
Octal245340312320121423661114
Binary10100101111000001100101011010010101100100111101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E0CA; }

 p { color: rgb(165,224,202); }

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

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

 a { background-color: rgb(165,224,202); }

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

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

 span { border-color: rgb(165,224,202); }

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