#A5E1CB

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

Shades of Ice Cold #A5E1CB

Tints of Ice Cold #A5E1CB

Color information

#A5E1CB (or 0xA5E1CB) is unknown color: approx Ice Cold. HEX triplet: A5, E1 and CB. RGB value is (165,225,203). Sum of RGB (Red+Green+Blue) = 165+225+203=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1CB is #5A1E34. Grayscale: #CCCCCC. Windows color (decimal): -5905973 or 13361573. OLE color: 13361573.

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

Color convert

RGB165225203-
CMYK0.2700.100.12
HSL158º50%76.47%-
HSV(B)158º26.67%88.24%-
XYZ53.2266.1666.47-
YUV204.55127.1299.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.82%
GREEN value IS 225 (88.28% from 255) = 37.94%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=27.82%
G=37.94%
B=34.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652252030.2700.100.121585076.47
HexA5E1CB1B0AC9e324c
Octal245341313330121423662114
Binary10100101111000011100101111011010101100100111101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E1CB; }

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

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

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

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

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

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

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

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