COLOR #A5E3FD

HEX: #A5E3FD RGB: (165,227,253)

Color info

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

RGB color model

#A5E3FD color RGB value is (165,227,253).

RGB: (165,227,253) (65%, 89%, 99%)

RGB channels and saturation

R 165 of 255 = 65%
G 227 of 255 = 89%
B 253 of 255 = 99%

165
227
253

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

Portions of RGB colors in percentages

R + G + B = 165 + 227 + 253 = 645 (100%)
R 165 of 645 ~ 25.58%
G 227 of 645 ~ 35.19%
B 253 of 645 ~ 39.22'%

%25.58
%35.19
%39.22

CMYK color model

#A5E3FD color CMYK value is (35,10,0,1).

  • cyan value is 34.78%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (35,10,0,1)
C35M10Y0K1 (35%, 10%, 0%, 1%)
(0.35 / 0.10 / 0.00 / 0.01)

CMYK percentages

%34.78
%10.28
%0
%0.78

Codes

Color #A5E3FD in popluar color models

A5 E3 FD
RGB 165 227 253
HSL 198° 95.65% 81.96%
HSB/HSV 198° 34.78% 99.22%
CMYK 34.78% 10.28% 0.00%
0.78%

Color #A5E3FD in popluar number systems.

HEX A5 E3 FD
Decimal 165 227 253
Binary 10100101 11100011 11111101
Octal 245 343 375

Shades and tints

Shades of #A5E3FD

#A5E3FD
(165,227,253)
#96CFE6
(150,207,230)
#87BBCF
(135,187,207)
#78A7B8
(120,167,184)
#6993A1
(105,147,161)
#5A7F8A
(90,127,138)
#4B6B73
(75,107,115)
#3C575C
(60,87,92)
#2D4345
(45,67,69)
#1E2F2E
(30,47,46)
#0F1B17
(15,27,23)
#000000
(0,0,0)

Tints of #A5E3FD

#A5E3FD
(165,227,253)
#ADE5FD
(173,229,253)
#B5E7FD
(181,231,253)
#BDE9FD
(189,233,253)
#C5EBFD
(197,235,253)
#CDEDFD
(205,237,253)
#D5EFFD
(213,239,253)
#DDF1FD
(221,241,253)
#E5F3FD
(229,243,253)
#EDF5FD
(237,245,253)
#F5F7FD
(245,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E3FD; }

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

This text font color is #A5E3FD.

Background Color

.myBgColor { background-color: #A5E3FD; }

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

This div background color is #A5E3FD.

Border color

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

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

This div border color is #A5E3FD.

Opacity

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

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

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

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

This text has shadow with #A5E3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E3FD.

Preview

Color preview on black background

This text has color #A5E3FD on black background.


Color preview on white background

This text has color #A5E3FD on white background.


Black color preview on #A5E3FD background

This text has black color on #A5E3FD background.


White color preview on #A5E3FD background

This text has white color on #A5E3FD background.


Related colors

Complementary color

Complementary color for #hex is #5A1C02.


I love getcolorcode.com

Triadic colors

1 #FDA5E3 and #E3FDA5 with #A5E3FD are triadic colors.

2 #FDE3A5 and #E3A5FD with #A5E3FD are triadic colors.