COLOR #A3E5FF

HEX: #A3E5FF RGB: (163,229,255)

Color info

#A3E5FF contains mainly green and blue colors. Web safe color of #A3E5FF is #99CCFF (or #9CF).

RGB color model

#A3E5FF color RGB value is (163,229,255).

RGB: (163,229,255) (64%, 90%, 100%)

RGB channels and saturation

R 163 of 255 = 64%
G 229 of 255 = 90%
B 255 of 255 = 100%

163
229
255

R + G + B ~ 85%. #A3E5FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 229 + 255 = 647 (100%)
R 163 of 647 ~ 25.19%
G 229 of 647 ~ 35.39%
B 255 of 647 ~ 39.41'%

%25.19
%35.39
%39.41

CMYK color model

#A3E5FF color CMYK value is (36,10,0,0).

  • cyan value is 36.08%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (36,10,0,0)
C36M10Y0K0 (36%, 10%, 0%, 0%)
(0.36 / 0.10 / 0.00 / 0.00)

CMYK percentages

%36.08
%10.2
%0
%0

Codes

Color #A3E5FF in popluar color models

A3 E5 FF
RGB 163 229 255
HSL 197° 100.00% 81.96%
HSB/HSV 197° 36.08% 100.00%
CMYK 36.08% 10.20% 0.00%
0.00%

Color #A3E5FF in popluar number systems.

HEX A3 E5 FF
Decimal 163 229 255
Binary 10100011 11100101 11111111
Octal 243 345 377

Shades and tints

Shades of #A3E5FF

#A3E5FF
(163,229,255)
#95D1E8
(149,209,232)
#87BDD1
(135,189,209)
#79A9BA
(121,169,186)
#6B95A3
(107,149,163)
#5D818C
(93,129,140)
#4F6D75
(79,109,117)
#41595E
(65,89,94)
#334547
(51,69,71)
#253130
(37,49,48)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #A3E5FF

#A3E5FF
(163,229,255)
#ABE7FF
(171,231,255)
#B3E9FF
(179,233,255)
#BBEBFF
(187,235,255)
#C3EDFF
(195,237,255)
#CBEFFF
(203,239,255)
#D3F1FF
(211,241,255)
#DBF3FF
(219,243,255)
#E3F5FF
(227,245,255)
#EBF7FF
(235,247,255)
#F3F9FF
(243,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E5FF color. Also use rgb(163,229,255) instead hex code.

Text Font Color

.myTextColor { color: #A3E5FF; }

<p style="color:#A3E5FF">This sample text font color is #A3E5FF.</p>

This text font color is #A3E5FF.

Background Color

.myBgColor { background-color: #A3E5FF; }

<div style="background-color:#A3E5FF">Inner text</div>

This div background color is #A3E5FF.

Border color

.myBorderColor { border: 1px solid #A3E5FF; }

<div style="border:3px solid #A3E5FF">Div</div>

This div border color is #A3E5FF.

Opacity

.myOpacity80 { color: #A3E5FF; opacity: 0.8; }

<p style="color:#A3E5FF;opacity:0.8;">80%</p>

Text with #A3E5FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A3E5FF;}

<p style="text-shadow: 3px 3px 1px #A3E5FF">Text here.</p>

This text has shadow with #A3E5FF color.


.textShadow {text-shadow: 3px 3px 1px #A3E5FF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A3E5FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #A3E5FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A3E5FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A3E5FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #A3E5FF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A3E5FF;
-webkit-box-shadow: 1px 1px 3px 2px #A3E5FF;
box-shadow: 1px 1px 3px 2px #A3E5FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A3E5FF; -webkit-box-shadow: 1px 1px 3px 2px #A3E5FF; box-shadow:1px 1px 3px 2px #A3E5FF;">
Div content here
</div>

This div box has shadow with color #A3E5FF.

Preview

Color preview on black background

This text has color #A3E5FF on black background.


Color preview on white background

This text has color #A3E5FF on white background.


Black color preview on #A3E5FF background

This text has black color on #A3E5FF background.


White color preview on #A3E5FF background

This text has white color on #A3E5FF background.


Related colors

Complementary color

Complementary color for #hex is #5C1A00.


I love getcolorcode.com

Triadic colors

1 #FFA3E5 and #E5FFA3 with #A3E5FF are triadic colors.

2 #FFE5A3 and #E5A3FF with #A3E5FF are triadic colors.