COLOR #AFF1FB

HEX: #AFF1FB
RGB: (175,241,251)

Color info

#AFF1FB contains mainly green and blue colors. Web safe color of #AFF1FB is #99FFFF (or #9FF).

RGB color model

#AFF1FB color RGB value is (175,241,251).

  • red value is 175;
  • green value is 241;
  • blue value is 251.
RGB:
(175,241,251)
(69%,95%,98%)

RGB channels and saturation

R 175 of 255 = 69%
G 241 of 255 = 95%
B 251 of 255 = 98%

175
241
251

R + G + B ~ 87%. #AFF1FB is light color.

Portions of RGB colors in percentages

R + G + B =
175 + 241 + 251 = 667 (100%)
R 175 of 667 ~ 26.24%
G 241 of 667 ~ 36.13%
B 251 of 667 ~ 37.63%

%26.24
%36.13
%37.63

CMYK color model

#AFF1FB color CMYK value is (30,4,0,2).

  • cyan value is 30.28%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(30,4,0,2)
C30M4Y0K2 
(30%,4%,0%,2%)
(0.30/0.04/0.00/0.02)	

CMYK percentages

%30.28
%3.98
%0
%1.57

Codes

Color #AFF1FB in popluar color models

AFF1FB
RGB175241251
HSL188°90.48%83.53%
HSB/HSV188°30.28%98.43%
CMYK30.28%3.98%0.00%
1.57%

Color #AFF1FB in popluar number systems.

HEXAFF1FB
Decimal175241251
Binary101011111111000111111011
Octal257361373

Shades and tints

Shades of #AFF1FB

#AFF1FB
(175,241,251)
#A0DCE5
(160,220,229)
#91C7CF
(145,199,207)
#82B2B9
(130,178,185)
#739DA3
(115,157,163)
#64888D
(100,136,141)
#557377
(85,115,119)
#465E61
(70,94,97)
#37494B
(55,73,75)
#283435
(40,52,53)
#191F1F
(25,31,31)
#000000
(0,0,0)

Tints of #AFF1FB

#AFF1FB
(175,241,251)
#B6F2FB
(182,242,251)
#BDF3FB
(189,243,251)
#C4F4FB
(196,244,251)
#CBF5FB
(203,245,251)
#D2F6FB
(210,246,251)
#D9F7FB
(217,247,251)
#E0F8FB
(224,248,251)
#E7F9FB
(231,249,251)
#EEFAFB
(238,250,251)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF1FB color. Also use rgb(175,241,251) instead hex code.

Text Font Color

.myTextColor { color: #AFF1FB; }

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

This text font color is #AFF1FB.


Background Color

.myBgColor { background-color: #AFF1FB; }

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

This div background color is #AFF1FB.


Border color

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

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

This div border color is #AFF1FB.


Opacity

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

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

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

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

This text has shadow with #AFF1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF1FB on black background.


Color preview on white background

This text has color #AFF1FB on white background.



Black color preview on #AFF1FB background

This text has black color on #AFF1FB background.


White color preview on #AFF1FB background

This text has white color on #AFF1FB background.