#A5E2DB

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

Shades of Ice Cold #A5E2DB

Tints of Ice Cold #A5E2DB

Color information

#A5E2DB (or 0xA5E2DB) is unknown color: approx Ice Cold. HEX triplet: A5, E2 and DB. RGB value is (165,226,219). Sum of RGB (Red+Green+Blue) = 165+226+219=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E2DB is #5A1D24. Grayscale: #CECECE. Windows color (decimal): -5905701 or 14410405. OLE color: 14410405.

HSL color Cylindrical-coordinate representation of color #A5E2DB: hue angle of 173.11º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2DB is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB165226219-
CMYK0.2700.030.11
HSL173.11º51.26%76.67%-
HSV(B)173.11º26.99%88.63%-
XYZ55.567.5177.12-
YUV206.96134.7998.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.05%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=27.05%
G=37.05%
B=35.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652262190.2700.030.11173.1151.2676.67
HexA5E2DB1B03Bad334d
Octal24534233333031325563115
Binary101001011110001011011011110110111011101011011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E2DB; }

 p { color: rgb(165,226,219); }

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

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

 a { background-color: rgb(165,226,219); }

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

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

 span { border-color: rgb(165,226,219); }

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