#A1EDDD

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

Shades of Ice Cold #A1EDDD

Tints of Ice Cold #A1EDDD

Color information

#A1EDDD (or 0xA1EDDD) is unknown color: approx Ice Cold. HEX triplet: A1, ED and DD. RGB value is (161,237,221). Sum of RGB (Red+Green+Blue) = 161+237+221=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDDD is #5E1222. Grayscale: #D4D4D4. Windows color (decimal): -6165027 or 14544289. OLE color: 14544289.

HSL color Cylindrical-coordinate representation of color #A1EDDD: hue angle of 167.37º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDDD is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB161237221-
CMYK0.3200.070.07
HSL167.37º67.86%78.04%-
HSV(B)167.37º32.07%92.94%-
XYZ58.0373.3779.51-
YUV212.45132.8291.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=26.01%
G=38.29%
B=35.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612372210.3200.070.07167.3767.8678.04
HexA1EDDD20077a7444e
Octal24135533540077247104116
Binary10100001111011011101110110000001111111010011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EDDD; }

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

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

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

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

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

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

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

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