COLOR #A5EDFA

HEX: #A5EDFA
RGB: (165,237,250)

Color info

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

RGB color model

#A5EDFA color RGB value is (165,237,250).

  • red value is 165;
  • green value is 237;
  • blue value is 250.
RGB:
(165,237,250)
(65%,93%,98%)

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 250 of 255 = 98%

165
237
250

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

Portions of RGB colors in percentages

R + G + B =
165 + 237 + 250 = 652 (100%)
R 165 of 652 ~ 25.31%
G 237 of 652 ~ 36.35%
B 250 of 652 ~ 38.34%

%25.31
%36.35
%38.34

CMYK color model

#A5EDFA color CMYK value is (34,5,0,2).

  • cyan value is 34.00%
  • magenta value is 5.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(34,5,0,2)
C34M5Y0K2 
(34%,5%,0%,2%)
(0.34/0.05/0.00/0.02)	

CMYK percentages

%34
%5.2
%0
%1.96

Codes

Color #A5EDFA in popluar color models

A5EDFA
RGB165237250
HSL189°89.47%81.37%
HSB/HSV189°34.00%98.04%
CMYK34.00%5.20%0.00%
1.96%

Color #A5EDFA in popluar number systems.

HEXA5EDFA
Decimal165237250
Binary101001011110110111111010
Octal245355372

Shades and tints

Shades of #A5EDFA

#A5EDFA
(165,237,250)
#96D8E4
(150,216,228)
#87C3CE
(135,195,206)
#78AEB8
(120,174,184)
#6999A2
(105,153,162)
#5A848C
(90,132,140)
#4B6F76
(75,111,118)
#3C5A60
(60,90,96)
#2D454A
(45,69,74)
#1E3034
(30,48,52)
#0F1B1E
(15,27,30)
#000000
(0,0,0)

Tints of #A5EDFA

#A5EDFA
(165,237,250)
#ADEEFA
(173,238,250)
#B5EFFA
(181,239,250)
#BDF0FA
(189,240,250)
#C5F1FA
(197,241,250)
#CDF2FA
(205,242,250)
#D5F3FA
(213,243,250)
#DDF4FA
(221,244,250)
#E5F5FA
(229,245,250)
#EDF6FA
(237,246,250)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EDFA color. Also use rgb(165,237,250) instead hex code.

Text Font Color

.myTextColor { color: #A5EDFA; }

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

This text font color is #A5EDFA.


Background Color

.myBgColor { background-color: #A5EDFA; }

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

This div background color is #A5EDFA.


Border color

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

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

This div border color is #A5EDFA.


Opacity

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

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

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

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

This text has shadow with #A5EDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDFA on black background.


Color preview on white background

This text has color #A5EDFA on white background.



Black color preview on #A5EDFA background

This text has black color on #A5EDFA background.


White color preview on #A5EDFA background

This text has white color on #A5EDFA background.