COLOR #AFE2FB

HEX: #AFE2FB RGB: (175,226,251)

Color info

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

RGB color model

#AFE2FB color RGB value is (175,226,251).

RGB: (175,226,251) (69%, 89%, 98%)

RGB channels and saturation

R 175 of 255 = 69%
G 226 of 255 = 89%
B 251 of 255 = 98%

175
226
251

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

Portions of RGB colors in percentages

R + G + B = 175 + 226 + 251 = 652 (100%)
R 175 of 652 ~ 26.84%
G 226 of 652 ~ 34.66%
B 251 of 652 ~ 38.5'%

%26.84
%34.66
%38.5

CMYK color model

#AFE2FB color CMYK value is (30,10,0,2).

  • cyan value is 30.28%
  • magenta value is 9.96%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (30,10,0,2)
C30M10Y0K2 (30%, 10%, 0%, 2%)
(0.30 / 0.10 / 0.00 / 0.02)

CMYK percentages

%30.28
%9.96
%0
%1.57

Codes

Color #AFE2FB in popluar color models

AF E2 FB
RGB 175 226 251
HSL 200° 90.48% 83.53%
HSB/HSV 200° 30.28% 98.43%
CMYK 30.28% 9.96% 0.00%
1.57%

Color #AFE2FB in popluar number systems.

HEX AF E2 FB
Decimal 175 226 251
Binary 10101111 11100010 11111011
Octal 257 342 373

Shades and tints

Shades of #AFE2FB

#AFE2FB
(175,226,251)
#A0CEE5
(160,206,229)
#91BACF
(145,186,207)
#82A6B9
(130,166,185)
#7392A3
(115,146,163)
#647E8D
(100,126,141)
#556A77
(85,106,119)
#465661
(70,86,97)
#37424B
(55,66,75)
#282E35
(40,46,53)
#191A1F
(25,26,31)
#000000
(0,0,0)

Tints of #AFE2FB

#AFE2FB
(175,226,251)
#B6E4FB
(182,228,251)
#BDE6FB
(189,230,251)
#C4E8FB
(196,232,251)
#CBEAFB
(203,234,251)
#D2ECFB
(210,236,251)
#D9EEFB
(217,238,251)
#E0F0FB
(224,240,251)
#E7F2FB
(231,242,251)
#EEF4FB
(238,244,251)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE2FB; }

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

This text font color is #AFE2FB.

Background Color

.myBgColor { background-color: #AFE2FB; }

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

This div background color is #AFE2FB.

Border color

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

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

This div border color is #AFE2FB.

Opacity

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

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

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

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

This text has shadow with #AFE2FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE2FB.

Preview

Color preview on black background

This text has color #AFE2FB on black background.


Color preview on white background

This text has color #AFE2FB on white background.


Black color preview on #AFE2FB background

This text has black color on #AFE2FB background.


White color preview on #AFE2FB background

This text has white color on #AFE2FB background.


Related colors

Complementary color

Complementary color for #hex is #501D04.


I love getcolorcode.com

Triadic colors

1 #FBAFE2 and #E2FBAF with #AFE2FB are triadic colors.

2 #FBE2AF and #E2AFFB with #AFE2FB are triadic colors.