#A1EBD6

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

Shades of Ice Cold #A1EBD6

Tints of Ice Cold #A1EBD6

Color information

#A1EBD6 (or 0xA1EBD6) is unknown color: approx Ice Cold. HEX triplet: A1, EB and D6. RGB value is (161,235,214). Sum of RGB (Red+Green+Blue) = 161+235+214=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBD6 is #5E1429. Grayscale: #D2D2D2. Windows color (decimal): -6165546 or 14085025. OLE color: 14085025.

HSL color Cylindrical-coordinate representation of color #A1EBD6: hue angle of 162.97º 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 #A1EBD6 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB161235214-
CMYK0.3100.090.08
HSL162.97º64.91%77.65%-
HSV(B)162.97º31.49%92.16%-
XYZ56.5471.8574.51-
YUV210.48129.9892.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.39%
GREEN value IS 235 (92.19% from 255) = 38.52%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=26.39%
G=38.52%
B=35.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352140.3100.090.08162.9764.9177.65
HexA1EBD61F098a3414e
Octal2413533263701110243101116
Binary101000011110101111010110111110100110001010001110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBD6; }

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

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

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

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

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

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

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

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