#A1EADC

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

Shades of Ice Cold #A1EADC

Tints of Ice Cold #A1EADC

Color information

#A1EADC (or 0xA1EADC) is unknown color: approx Ice Cold. HEX triplet: A1, EA and DC. RGB value is (161,234,220). Sum of RGB (Red+Green+Blue) = 161+234+220=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EADC is #5E1523. Grayscale: #D2D2D2. Windows color (decimal): -6165796 or 14477985. OLE color: 14477985.

HSL color Cylindrical-coordinate representation of color #A1EADC: hue angle of 168.49º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EADC is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB161234220-
CMYK0.3100.060.08
HSL168.49º63.48%77.45%-
HSV(B)168.49º31.2%91.76%-
XYZ57.0471.5978.52-
YUV210.58133.3292.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.18%
GREEN value IS 234 (91.80% from 255) = 38.05%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=26.18%
G=38.05%
B=35.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612342200.3100.060.08168.4963.4877.45
HexA1EADC1F068a83f4d
Octal24135233437061025077115
Binary1010000111101010110111001111101101000101010001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EADC; }

 p { color: rgb(161,234,220); }

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

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

 a { background-color: rgb(161,234,220); }

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

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

 span { border-color: rgb(161,234,220); }

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