#A1E8DD

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

Shades of Ice Cold #A1E8DD

Tints of Ice Cold #A1E8DD

Color information

#A1E8DD (or 0xA1E8DD) is unknown color: approx Ice Cold. HEX triplet: A1, E8 and DD. RGB value is (161,232,221). Sum of RGB (Red+Green+Blue) = 161+232+221=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8DD is #5E1722. Grayscale: #D1D1D1. Windows color (decimal): -6166307 or 14543009. OLE color: 14543009.

HSL color Cylindrical-coordinate representation of color #A1E8DD: hue angle of 170.7º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8DD is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB161232221-
CMYK0.3100.050.09
HSL170.7º60.68%77.06%-
HSV(B)170.7º30.6%90.98%-
XYZ56.6170.5179.03-
YUV209.52134.4893.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 221 (86.72% from 255) = 35.99%
R=26.22%
G=37.79%
B=35.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612322210.3100.050.09170.760.6877.06
HexA1E8DD1F059ab3d4d
Octal24135033537051125375115
Binary1010000111101000110111011111101011001101010111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E8DD; }

 p { color: rgb(161,232,221); }

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

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

 a { background-color: rgb(161,232,221); }

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

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

 span { border-color: rgb(161,232,221); }

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