#A1E0CC

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

Shades of Ice Cold #A1E0CC

Tints of Ice Cold #A1E0CC

Color information

#A1E0CC (or 0xA1E0CC) is unknown color: approx Ice Cold. HEX triplet: A1, E0 and CC. RGB value is (161,224,204). Sum of RGB (Red+Green+Blue) = 161+224+204=589 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.33% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0CC is #5E1F33. Grayscale: #CACACA. Windows color (decimal): -6168372 or 13426849. OLE color: 13426849.

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

Color convert

RGB161224204-
CMYK0.2800.090.12
HSL160.95º50.4%75.49%-
HSV(B)160.95º28.12%87.84%-
XYZ52.2565.2566.97-
YUV202.88128.6398.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.33%
GREEN value IS 224 (87.89% from 255) = 38.03%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=27.33%
G=38.03%
B=34.63%

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
Decimal1612242040.2800.090.12160.9550.475.49
HexA1E0CC1C09Ca1324b
Octal241340314340111424162113
Binary10100001111000001100110011100010011100101000011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E0CC; }

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

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

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

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

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

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

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

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