#A1EBE0

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

Shades of Ice Cold #A1EBE0

Tints of Ice Cold #A1EBE0

Color information

#A1EBE0 (or 0xA1EBE0) is unknown color: approx Ice Cold. HEX triplet: A1, EB and E0. RGB value is (161,235,224). Sum of RGB (Red+Green+Blue) = 161+235+224=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBE0 is #5E141F. Grayscale: #D3D3D3. Windows color (decimal): -6165536 or 14740385. OLE color: 14740385.

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

Color convert

RGB161235224-
CMYK0.3100.050.08
HSL171.08º64.91%77.65%-
HSV(B)171.08º31.49%92.16%-
XYZ57.8672.3881.44-
YUV211.62134.9891.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.97%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 224 (87.89% from 255) = 36.13%
R=25.97%
G=37.90%
B=36.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1612352240.3100.050.08171.0864.9177.65
HexA1EBE01F058ab414e
Octal241353340370510253101116
Binary10100001111010111110000011111010110001010101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EBE0; }

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

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

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

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

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

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

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

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