#A5E0CB

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

Shades of Ice Cold #A5E0CB

Tints of Ice Cold #A5E0CB

Color information

#A5E0CB (or 0xA5E0CB) is unknown color: approx Ice Cold. HEX triplet: A5, E0 and CB. RGB value is (165,224,203). Sum of RGB (Red+Green+Blue) = 165+224+203=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0CB is #5A1F34. Grayscale: #CBCBCB. Windows color (decimal): -5906229 or 13361317. OLE color: 13361317.

HSL color Cylindrical-coordinate representation of color #A5E0CB: hue angle of 158.64º 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 #A5E0CB is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB165224203-
CMYK0.2600.090.12
HSL158.64º48.76%76.27%-
HSV(B)158.64º26.34%87.84%-
XYZ52.9565.6266.38-
YUV203.96127.45100.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=27.87%
G=37.84%
B=34.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652242030.2600.090.12158.6448.7676.27
HexA5E0CB1A09C9f314c
Octal245340313320111423761114
Binary10100101111000001100101111010010011100100111111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E0CB; }

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

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

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

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

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

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

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

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