COLOR #A5E5F0

HEX: #A5E5F0
RGB: (165,229,240)

Color info

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

RGB color model

#A5E5F0 color RGB value is (165,229,240).

  • red value is 165;
  • green value is 229;
  • blue value is 240.
RGB:
(165,229,240)
(65%,90%,94%)

RGB channels and saturation

R 165 of 255 = 65%
G 229 of 255 = 90%
B 240 of 255 = 94%

165
229
240

R + G + B ~ 83%. #A5E5F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 229 + 240 = 634 (100%)
R 165 of 634 ~ 26.03%
G 229 of 634 ~ 36.12%
B 240 of 634 ~ 37.85%

%26.03
%36.12
%37.85

CMYK color model

#A5E5F0 color CMYK value is (31,5,0,6).

  • cyan value is 31.25%
  • magenta value is 4.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(31,5,0,6)
C31M5Y0K6 
(31%,5%,0%,6%)
(0.31/0.05/0.00/0.06)	

CMYK percentages

%31.25
%4.58
%0
%5.88

Codes

Color #A5E5F0 in popluar color models

A5E5F0
RGB165229240
HSL189°71.43%79.41%
HSB/HSV189°31.25%94.12%
CMYK31.25%4.58%0.00%
5.88%

Color #A5E5F0 in popluar number systems.

HEXA5E5F0
Decimal165229240
Binary101001011110010111110000
Octal245345360

Shades and tints

Shades of #A5E5F0

#A5E5F0
(165,229,240)
#96D1DB
(150,209,219)
#87BDC6
(135,189,198)
#78A9B1
(120,169,177)
#69959C
(105,149,156)
#5A8187
(90,129,135)
#4B6D72
(75,109,114)
#3C595D
(60,89,93)
#2D4548
(45,69,72)
#1E3133
(30,49,51)
#0F1D1E
(15,29,30)
#000000
(0,0,0)

Tints of #A5E5F0

#A5E5F0
(165,229,240)
#ADE7F1
(173,231,241)
#B5E9F2
(181,233,242)
#BDEBF3
(189,235,243)
#C5EDF4
(197,237,244)
#CDEFF5
(205,239,245)
#D5F1F6
(213,241,246)
#DDF3F7
(221,243,247)
#E5F5F8
(229,245,248)
#EDF7F9
(237,247,249)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E5F0 color. Also use rgb(165,229,240) instead hex code.

Text Font Color

.myTextColor { color: #A5E5F0; }

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

This text font color is #A5E5F0.


Background Color

.myBgColor { background-color: #A5E5F0; }

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

This div background color is #A5E5F0.


Border color

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

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

This div border color is #A5E5F0.


Opacity

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

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

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

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

This text has shadow with #A5E5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E5F0 on black background.


Color preview on white background

This text has color #A5E5F0 on white background.



Black color preview on #A5E5F0 background

This text has black color on #A5E5F0 background.


White color preview on #A5E5F0 background

This text has white color on #A5E5F0 background.