COLOR #A5C9FD

HEX: #A5C9FD RGB: (165,201,253)

Color info

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

RGB color model

#A5C9FD color RGB value is (165,201,253).

RGB: (165,201,253) (65%, 79%, 99%)

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 253 of 255 = 99%

165
201
253

R + G + B ~ 81%. #A5C9FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 201 + 253 = 619 (100%)
R 165 of 619 ~ 26.66%
G 201 of 619 ~ 32.47%
B 253 of 619 ~ 40.87'%

%26.66
%32.47
%40.87

CMYK color model

#A5C9FD color CMYK value is (35,21,0,1).

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

CMYK: (35,21,0,1)
C35M21Y0K1 (35%, 21%, 0%, 1%)
(0.35 / 0.21 / 0.00 / 0.01)

CMYK percentages

%34.78
%20.55
%0
%0.78

Codes

Color #A5C9FD in popluar color models

A5 C9 FD
RGB 165 201 253
HSL 215° 95.65% 81.96%
HSB/HSV 215° 34.78% 99.22%
CMYK 34.78% 20.55% 0.00%
0.78%

Color #A5C9FD in popluar number systems.

HEX A5 C9 FD
Decimal 165 201 253
Binary 10100101 11001001 11111101
Octal 245 311 375

Shades and tints

Shades of #A5C9FD

#A5C9FD
(165,201,253)
#96B7E6
(150,183,230)
#87A5CF
(135,165,207)
#7893B8
(120,147,184)
#6981A1
(105,129,161)
#5A6F8A
(90,111,138)
#4B5D73
(75,93,115)
#3C4B5C
(60,75,92)
#2D3945
(45,57,69)
#1E272E
(30,39,46)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5C9FD

#A5C9FD
(165,201,253)
#ADCDFD
(173,205,253)
#B5D1FD
(181,209,253)
#BDD5FD
(189,213,253)
#C5D9FD
(197,217,253)
#CDDDFD
(205,221,253)
#D5E1FD
(213,225,253)
#DDE5FD
(221,229,253)
#E5E9FD
(229,233,253)
#EDEDFD
(237,237,253)
#F5F1FD
(245,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C9FD; }

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

This text font color is #A5C9FD.

Background Color

.myBgColor { background-color: #A5C9FD; }

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

This div background color is #A5C9FD.

Border color

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

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

This div border color is #A5C9FD.

Opacity

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

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

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

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

This text has shadow with #A5C9FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5C9FD.

Preview

Color preview on black background

This text has color #A5C9FD on black background.


Color preview on white background

This text has color #A5C9FD on white background.


Black color preview on #A5C9FD background

This text has black color on #A5C9FD background.


White color preview on #A5C9FD background

This text has white color on #A5C9FD background.


Related colors

Complementary color

Complementary color for #hex is #5A3602.


I love getcolorcode.com

Triadic colors

1 #FDA5C9 and #C9FDA5 with #A5C9FD are triadic colors.

2 #FDC9A5 and #C9A5FD with #A5C9FD are triadic colors.