COLOR #A5EAF3

HEX: #A5EAF3 RGB: (165,234,243)

Color info

#A5EAF3 contains mainly green and blue colors. Web safe color of #A5EAF3 is #99FFFF (or #9FF).

RGB color model

#A5EAF3 color RGB value is (165,234,243).

RGB: (165,234,243) (65%, 92%, 95%)

RGB channels and saturation

R 165 of 255 = 65%
G 234 of 255 = 92%
B 243 of 255 = 95%

165
234
243

R + G + B ~ 84%. #A5EAF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 234 + 243 = 642 (100%)
R 165 of 642 ~ 25.7%
G 234 of 642 ~ 36.45%
B 243 of 642 ~ 37.85'%

%25.7
%36.45
%37.85

CMYK color model

#A5EAF3 color CMYK value is (32,4,0,5).

  • cyan value is 32.10%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (32,4,0,5)
C32M4Y0K5 (32%, 4%, 0%, 5%)
(0.32 / 0.04 / 0.00 / 0.05)

CMYK percentages

%32.1
%3.7
%0
%4.71

Codes

Color #A5EAF3 in popluar color models

A5 EA F3
RGB 165 234 243
HSL 187° 76.47% 80.00%
HSB/HSV 187° 32.10% 95.29%
CMYK 32.10% 3.70% 0.00%
4.71%

Color #A5EAF3 in popluar number systems.

HEX A5 EA F3
Decimal 165 234 243
Binary 10100101 11101010 11110011
Octal 245 352 363

Shades and tints

Shades of #A5EAF3

#A5EAF3
(165,234,243)
#96D5DD
(150,213,221)
#87C0C7
(135,192,199)
#78ABB1
(120,171,177)
#69969B
(105,150,155)
#5A8185
(90,129,133)
#4B6C6F
(75,108,111)
#3C5759
(60,87,89)
#2D4243
(45,66,67)
#1E2D2D
(30,45,45)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #A5EAF3

#A5EAF3
(165,234,243)
#ADEBF4
(173,235,244)
#B5ECF5
(181,236,245)
#BDEDF6
(189,237,246)
#C5EEF7
(197,238,247)
#CDEFF8
(205,239,248)
#D5F0F9
(213,240,249)
#DDF1FA
(221,241,250)
#E5F2FB
(229,242,251)
#EDF3FC
(237,243,252)
#F5F4FD
(245,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EAF3 color. Also use rgb(165,234,243) instead hex code.

Text Font Color

.myTextColor { color: #A5EAF3; }

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

This text font color is #A5EAF3.

Background Color

.myBgColor { background-color: #A5EAF3; }

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

This div background color is #A5EAF3.

Border color

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

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

This div border color is #A5EAF3.

Opacity

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

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

Text with #A5EAF3 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 #A5EAF3;}

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

This text has shadow with #A5EAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EAF3.

Preview

Color preview on black background

This text has color #A5EAF3 on black background.


Color preview on white background

This text has color #A5EAF3 on white background.


Black color preview on #A5EAF3 background

This text has black color on #A5EAF3 background.


White color preview on #A5EAF3 background

This text has white color on #A5EAF3 background.


Related colors

Complementary color

Complementary color for #hex is #5A150C.


I love getcolorcode.com

Triadic colors

1 #F3A5EA and #EAF3A5 with #A5EAF3 are triadic colors.

2 #F3EAA5 and #EAA5F3 with #A5EAF3 are triadic colors.