#A3EAE1

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

Shades of Ice Cold #A3EAE1

Tints of Ice Cold #A3EAE1

Color information

#A3EAE1 (or 0xA3EAE1) is unknown color: approx Ice Cold. HEX triplet: A3, EA and E1. RGB value is (163,234,225). Sum of RGB (Red+Green+Blue) = 163+234+225=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EAE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EAE1 is #5C151E. Grayscale: #D3D3D3. Windows color (decimal): -6034719 or 14805667. OLE color: 14805667.

HSL color Cylindrical-coordinate representation of color #A3EAE1: hue angle of 172.39º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3EAE1 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB163234225-
CMYK0.3000.040.08
HSL172.39º62.83%77.84%-
HSV(B)172.39º30.34%91.76%-
XYZ58.1272.0782.08-
YUV211.74135.4893.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.21%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=26.21%
G=37.62%
B=36.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632342250.3000.040.08172.3962.8377.84
HexA3EAE11E048ac3f4e
Octal24335234136041025477116
Binary1010001111101010111000011111001001000101011001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EAE1; }

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

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

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

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

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

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

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

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