COLOR #A5E2FF

HEX: #A5E2FF RGB: (165,226,255)

Color info

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

RGB color model

#A5E2FF color RGB value is (165,226,255).

RGB: (165,226,255) (65%, 89%, 100%)

RGB channels and saturation

R 165 of 255 = 65%
G 226 of 255 = 89%
B 255 of 255 = 100%

165
226
255

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

Portions of RGB colors in percentages

R + G + B = 165 + 226 + 255 = 646 (100%)
R 165 of 646 ~ 25.54%
G 226 of 646 ~ 34.98%
B 255 of 646 ~ 39.47'%

%25.54
%34.98
%39.47

CMYK color model

#A5E2FF color CMYK value is (35,11,0,0).

  • cyan value is 35.29%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK: (35,11,0,0) C35M11Y0K0 (35%,11%,0%,0%) (0.35/0.11/0.00/0.00) 

CMYK percentages

%35.29
%11.37
%0
%0

Codes

Color #A5E2FF in popluar color models

A5 E2 FF
RGB 165 226 255
HSL 199° 100.00% 82.35%
HSB/HSV 199° 35.29% 100.00%
CMYK 35.29% 11.37% 0.00%
0.00%

Color #A5E2FF in popluar number systems.

HEX A5 E2 FF
Decimal 165 226 255
Binary 10100101 11100010 11111111
Octal 245 342 377

Shades and tints

Shades of #A5E2FF

#A5E2FF
(165,226,255)
#96CEE8
(150,206,232)
#87BAD1
(135,186,209)
#78A6BA
(120,166,186)
#6992A3
(105,146,163)
#5A7E8C
(90,126,140)
#4B6A75
(75,106,117)
#3C565E
(60,86,94)
#2D4247
(45,66,71)
#1E2E30
(30,46,48)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #A5E2FF

#A5E2FF
(165,226,255)
#ADE4FF
(173,228,255)
#B5E6FF
(181,230,255)
#BDE8FF
(189,232,255)
#C5EAFF
(197,234,255)
#CDECFF
(205,236,255)
#D5EEFF
(213,238,255)
#DDF0FF
(221,240,255)
#E5F2FF
(229,242,255)
#EDF4FF
(237,244,255)
#F5F6FF
(245,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E2FF color. Also use rgb(165,226,255) instead hex code.

Text Font Color

.myTextColor { color: #A5E2FF; }

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

This text font color is #A5E2FF.

Background Color

.myBgColor { background-color: #A5E2FF; }

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

This div background color is #A5E2FF.

Border color

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

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

This div border color is #A5E2FF.

Opacity

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

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

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

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

This text has shadow with #A5E2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E2FF.

Preview

Color preview on black background

This text has color #A5E2FF on black background.


Color preview on white background

This text has color #A5E2FF on white background.


Black color preview on #A5E2FF background

This text has black color on #A5E2FF background.


White color preview on #A5E2FF background

This text has white color on #A5E2FF background.


Related colors

Complementary color

Complementary color for #hex is #5A1D00.


I love getcolorcode.com

Triadic colors

1 #FFA5E2 and #E2FFA5 with #A5E2FF are triadic colors.

2 #FFE2A5 and #E2A5FF with #A5E2FF are triadic colors.