COLOR #AFE5F5

HEX: #AFE5F5
RGB: (175,229,245)

Color info

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

RGB color model

#AFE5F5 color RGB value is (175,229,245).

  • red value is 175;
  • green value is 229;
  • blue value is 245.
RGB:
(175,229,245)
(69%,90%,96%)

RGB channels and saturation

R 175 of 255 = 69%
G 229 of 255 = 90%
B 245 of 255 = 96%

175
229
245

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

Portions of RGB colors in percentages

R + G + B =
175 + 229 + 245 = 649 (100%)
R 175 of 649 ~ 26.96%
G 229 of 649 ~ 35.29%
B 245 of 649 ~ 37.75%

%26.96
%35.29
%37.75

CMYK color model

#AFE5F5 color CMYK value is (29,7,0,4).

  • cyan value is 28.57%
  • magenta value is 6.53%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(29,7,0,4)
C29M7Y0K4 
(29%,7%,0%,4%)
(0.29/0.07/0.00/0.04)	

CMYK percentages

%28.57
%6.53
%0
%3.92

Codes

Color #AFE5F5 in popluar color models

AFE5F5
RGB175229245
HSL194°77.78%82.35%
HSB/HSV194°28.57%96.08%
CMYK28.57%6.53%0.00%
3.92%

Color #AFE5F5 in popluar number systems.

HEXAFE5F5
Decimal175229245
Binary101011111110010111110101
Octal257345365

Shades and tints

Shades of #AFE5F5

#AFE5F5
(175,229,245)
#A0D1DF
(160,209,223)
#91BDC9
(145,189,201)
#82A9B3
(130,169,179)
#73959D
(115,149,157)
#648187
(100,129,135)
#556D71
(85,109,113)
#46595B
(70,89,91)
#374545
(55,69,69)
#28312F
(40,49,47)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #AFE5F5

#AFE5F5
(175,229,245)
#B6E7F5
(182,231,245)
#BDE9F5
(189,233,245)
#C4EBF5
(196,235,245)
#CBEDF5
(203,237,245)
#D2EFF5
(210,239,245)
#D9F1F5
(217,241,245)
#E0F3F5
(224,243,245)
#E7F5F5
(231,245,245)
#EEF7F5
(238,247,245)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE5F5 color. Also use rgb(175,229,245) instead hex code.

Text Font Color

.myTextColor { color: #AFE5F5; }

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

This text font color is #AFE5F5.


Background Color

.myBgColor { background-color: #AFE5F5; }

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

This div background color is #AFE5F5.


Border color

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

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

This div border color is #AFE5F5.


Opacity

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

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

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

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

This text has shadow with #AFE5F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE5F5 on black background.


Color preview on white background

This text has color #AFE5F5 on white background.



Black color preview on #AFE5F5 background

This text has black color on #AFE5F5 background.


White color preview on #AFE5F5 background

This text has white color on #AFE5F5 background.