#A1E0CB

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

Shades of Ice Cold #A1E0CB

Tints of Ice Cold #A1E0CB

Color information

#A1E0CB (or 0xA1E0CB) is unknown color: approx Ice Cold. HEX triplet: A1, E0 and CB. RGB value is (161,224,203). Sum of RGB (Red+Green+Blue) = 161+224+203=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0CB is #5E1F34. Grayscale: #CACACA. Windows color (decimal): -6168373 or 13361313. OLE color: 13361313.

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

Color convert

RGB161224203-
CMYK0.2800.090.12
HSL160º50.4%75.49%-
HSV(B)160º28.12%87.84%-
XYZ52.1365.266.34-
YUV202.77128.1398.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.38%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=27.38%
G=38.10%
B=34.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612242030.2800.090.1216050.475.49
HexA1E0CB1C09Ca0324b
Octal241340313340111424062113
Binary10100001111000001100101111100010011100101000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E0CB; }

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

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

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

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

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

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

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

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