#A1EFDC

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

Shades of Ice Cold #A1EFDC

Tints of Ice Cold #A1EFDC

Color information

#A1EFDC (or 0xA1EFDC) is unknown color: approx Ice Cold. HEX triplet: A1, EF and DC. RGB value is (161,239,220). Sum of RGB (Red+Green+Blue) = 161+239+220=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFDC is #5E1023. Grayscale: #D5D5D5. Windows color (decimal): -6164516 or 14479265. OLE color: 14479265.

HSL color Cylindrical-coordinate representation of color #A1EFDC: hue angle of 165.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFDC is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB161239220-
CMYK0.3300.080.06
HSL165.38º70.91%78.43%-
HSV(B)165.38º32.64%93.73%-
XYZ58.4874.4879-
YUV213.51131.6690.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.97%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=25.97%
G=38.55%
B=35.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612392200.3300.080.06165.3870.9178.43
HexA1EFDC21086a5474e
Octal241357334410106245107116
Binary101000011110111111011100100001010001101010010110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EFDC; }

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

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

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

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

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

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

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

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