#A1E1CC

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

Shades of Ice Cold #A1E1CC

Tints of Ice Cold #A1E1CC

Color information

#A1E1CC (or 0xA1E1CC) is unknown color: approx Ice Cold. HEX triplet: A1, E1 and CC. RGB value is (161,225,204). Sum of RGB (Red+Green+Blue) = 161+225+204=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E1CC is #5E1E33. Grayscale: #CBCBCB. Windows color (decimal): -6168116 or 13427105. OLE color: 13427105.

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

Color convert

RGB161225204-
CMYK0.2800.090.12
HSL160.31º51.61%75.69%-
HSV(B)160.31º28.44%88.24%-
XYZ52.5265.7967.06-
YUV203.47128.397.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.29%
GREEN value IS 225 (88.28% from 255) = 38.14%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=27.29%
G=38.14%
B=34.58%

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
Decimal1612252040.2800.090.12160.3151.6175.69
HexA1E1CC1C09Ca0344c
Octal241341314340111424064114
Binary10100001111000011100110011100010011100101000001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E1CC; }

 p { color: rgb(161,225,204); }

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

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

 a { background-color: rgb(161,225,204); }

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

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

 span { border-color: rgb(161,225,204); }

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