#A1EBDA

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

Shades of Ice Cold #A1EBDA

Tints of Ice Cold #A1EBDA

Color information

#A1EBDA (or 0xA1EBDA) is unknown color: approx Ice Cold. HEX triplet: A1, EB and DA. RGB value is (161,235,218). Sum of RGB (Red+Green+Blue) = 161+235+218=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBDA is #5E1425. Grayscale: #D2D2D2. Windows color (decimal): -6165542 or 14347169. OLE color: 14347169.

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

Color convert

RGB161235218-
CMYK0.3100.070.08
HSL166.22º64.91%77.65%-
HSV(B)166.22º31.49%92.16%-
XYZ57.0672.0677.23-
YUV210.94131.9892.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=26.22%
G=38.27%
B=35.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352180.3100.070.08166.2264.9177.65
HexA1EBDA1F078a6414e
Octal241353332370710246101116
Binary10100001111010111101101011111011110001010011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBDA; }

 p { color: rgb(161,235,218); }

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

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

 a { background-color: rgb(161,235,218); }

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

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

 span { border-color: rgb(161,235,218); }

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