#A3EBE1

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

Shades of Ice Cold #A3EBE1

Tints of Ice Cold #A3EBE1

Color information

#A3EBE1 (or 0xA3EBE1) is unknown color: approx Ice Cold. HEX triplet: A3, EB and E1. RGB value is (163,235,225). Sum of RGB (Red+Green+Blue) = 163+235+225=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 225 (88.28% from 255 or 36.12% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBE1 is #5C141E. Grayscale: #D4D4D4. Windows color (decimal): -6034463 or 14805923. OLE color: 14805923.

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

Color convert

RGB163235225-
CMYK0.3100.040.08
HSL171.67º64.29%78.04%-
HSV(B)171.67º30.64%92.16%-
XYZ58.472.6482.18-
YUV212.33135.1592.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.16%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 225 (88.28% from 255) = 36.12%
R=26.16%
G=37.72%
B=36.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632352250.3100.040.08171.6764.2978.04
HexA3EBE11F048ac404e
Octal243353341370410254100116
Binary10100011111010111110000111111010010001010110010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EBE1; }

 p { color: rgb(163,235,225); }

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

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

 a { background-color: rgb(163,235,225); }

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

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

 span { border-color: rgb(163,235,225); }

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