COLOR #A5E5F4

HEX: #A5E5F4 RGB: (165,229,244)

Color info

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

RGB color model

#A5E5F4 color RGB value is (165,229,244).

RGB: (165,229,244) (65%, 90%, 96%)

RGB channels and saturation

R 165 of 255 = 65%
G 229 of 255 = 90%
B 244 of 255 = 96%

165
229
244

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

Portions of RGB colors in percentages

R + G + B = 165 + 229 + 244 = 638 (100%)
R 165 of 638 ~ 25.86%
G 229 of 638 ~ 35.89%
B 244 of 638 ~ 38.24'%

%25.86
%35.89
%38.24

CMYK color model

#A5E5F4 color CMYK value is (32,6,0,4).

  • cyan value is 32.38%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (32,6,0,4)
C32M6Y0K4 (32%, 6%, 0%, 4%)
(0.32 / 0.06 / 0.00 / 0.04)

CMYK percentages

%32.38
%6.15
%0
%4.31

Codes

Color #A5E5F4 in popluar color models

A5 E5 F4
RGB 165 229 244
HSL 191° 78.22% 80.20%
HSB/HSV 191° 32.38% 95.69%
CMYK 32.38% 6.15% 0.00%
4.31%

Color #A5E5F4 in popluar number systems.

HEX A5 E5 F4
Decimal 165 229 244
Binary 10100101 11100101 11110100
Octal 245 345 364

Shades and tints

Shades of #A5E5F4

#A5E5F4
(165,229,244)
#96D1DE
(150,209,222)
#87BDC8
(135,189,200)
#78A9B2
(120,169,178)
#69959C
(105,149,156)
#5A8186
(90,129,134)
#4B6D70
(75,109,112)
#3C595A
(60,89,90)
#2D4544
(45,69,68)
#1E312E
(30,49,46)
#0F1D18
(15,29,24)
#000000
(0,0,0)

Tints of #A5E5F4

#A5E5F4
(165,229,244)
#ADE7F5
(173,231,245)
#B5E9F6
(181,233,246)
#BDEBF7
(189,235,247)
#C5EDF8
(197,237,248)
#CDEFF9
(205,239,249)
#D5F1FA
(213,241,250)
#DDF3FB
(221,243,251)
#E5F5FC
(229,245,252)
#EDF7FD
(237,247,253)
#F5F9FE
(245,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E5F4 color. Also use rgb(165,229,244) instead hex code.

Text Font Color

.myTextColor { color: #A5E5F4; }

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

This text font color is #A5E5F4.

Background Color

.myBgColor { background-color: #A5E5F4; }

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

This div background color is #A5E5F4.

Border color

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

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

This div border color is #A5E5F4.

Opacity

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

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

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

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

This text has shadow with #A5E5F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E5F4.

Preview

Color preview on black background

This text has color #A5E5F4 on black background.


Color preview on white background

This text has color #A5E5F4 on white background.


Black color preview on #A5E5F4 background

This text has black color on #A5E5F4 background.


White color preview on #A5E5F4 background

This text has white color on #A5E5F4 background.


Related colors

Complementary color

Complementary color for #hex is #5A1A0B.


I love getcolorcode.com

Triadic colors

1 #F4A5E5 and #E5F4A5 with #A5E5F4 are triadic colors.

2 #F4E5A5 and #E5A5F4 with #A5E5F4 are triadic colors.