COLOR #A5E3F5

HEX: #A5E3F5
RGB: (165,227,245)

Color info

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

RGB color model

#A5E3F5 color RGB value is (165,227,245).

  • red value is 165;
  • green value is 227;
  • blue value is 245.
RGB:
(165,227,245)
(65%,89%,96%)

RGB channels and saturation

R 165 of 255 = 65%
G 227 of 255 = 89%
B 245 of 255 = 96%

165
227
245

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

Portions of RGB colors in percentages

R + G + B =
165 + 227 + 245 = 637 (100%)
R 165 of 637 ~ 25.9%
G 227 of 637 ~ 35.64%
B 245 of 637 ~ 38.46%

%25.9
%35.64
%38.46

CMYK color model

#A5E3F5 color CMYK value is (33,7,0,4).

  • cyan value is 32.65%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(33,7,0,4)
C33M7Y0K4 
(33%,7%,0%,4%)
(0.33/0.07/0.00/0.04)	

CMYK percentages

%32.65
%7.35
%0
%3.92

Codes

Color #A5E3F5 in popluar color models

A5E3F5
RGB165227245
HSL194°80.00%80.39%
HSB/HSV194°32.65%96.08%
CMYK32.65%7.35%0.00%
3.92%

Color #A5E3F5 in popluar number systems.

HEXA5E3F5
Decimal165227245
Binary101001011110001111110101
Octal245343365

Shades and tints

Shades of #A5E3F5

#A5E3F5
(165,227,245)
#96CFDF
(150,207,223)
#87BBC9
(135,187,201)
#78A7B3
(120,167,179)
#69939D
(105,147,157)
#5A7F87
(90,127,135)
#4B6B71
(75,107,113)
#3C575B
(60,87,91)
#2D4345
(45,67,69)
#1E2F2F
(30,47,47)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #A5E3F5

#A5E3F5
(165,227,245)
#ADE5F5
(173,229,245)
#B5E7F5
(181,231,245)
#BDE9F5
(189,233,245)
#C5EBF5
(197,235,245)
#CDEDF5
(205,237,245)
#D5EFF5
(213,239,245)
#DDF1F5
(221,241,245)
#E5F3F5
(229,243,245)
#EDF5F5
(237,245,245)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E3F5 color. Also use rgb(165,227,245) instead hex code.

Text Font Color

.myTextColor { color: #A5E3F5; }

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

This text font color is #A5E3F5.


Background Color

.myBgColor { background-color: #A5E3F5; }

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

This div background color is #A5E3F5.


Border color

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

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

This div border color is #A5E3F5.


Opacity

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

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

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

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

This text has shadow with #A5E3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E3F5 on black background.


Color preview on white background

This text has color #A5E3F5 on white background.



Black color preview on #A5E3F5 background

This text has black color on #A5E3F5 background.


White color preview on #A5E3F5 background

This text has white color on #A5E3F5 background.