COLOR #AFEEFF

HEX: #AFEEFF RGB: (175,238,255)

Color info

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

RGB color model

#AFEEFF color RGB value is (175,238,255).

RGB: (175,238,255) (69%, 93%, 100%)

RGB channels and saturation

R 175 of 255 = 69%
G 238 of 255 = 93%
B 255 of 255 = 100%

175
238
255

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

Portions of RGB colors in percentages

R + G + B = 175 + 238 + 255 = 668 (100%)
R 175 of 668 ~ 26.2%
G 238 of 668 ~ 35.63%
B 255 of 668 ~ 38.17'%

%26.2
%35.63
%38.17

CMYK color model

#AFEEFF color CMYK value is (31,7,0,0).

  • cyan value is 31.37%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (31,7,0,0)
C31M7Y0K0 (31%, 7%, 0%, 0%)
(0.31 / 0.07 / 0.00 / 0.00)

CMYK percentages

%31.37
%6.67
%0
%0

Codes

Color #AFEEFF in popluar color models

AF EE FF
RGB 175 238 255
HSL 193° 100.00% 84.31%
HSB/HSV 193° 31.37% 100.00%
CMYK 31.37% 6.67% 0.00%
0.00%

Color #AFEEFF in popluar number systems.

HEX AF EE FF
Decimal 175 238 255
Binary 10101111 11101110 11111111
Octal 257 356 377

Shades and tints

Shades of #AFEEFF

#AFEEFF
(175,238,255)
#A0D9E8
(160,217,232)
#91C4D1
(145,196,209)
#82AFBA
(130,175,186)
#739AA3
(115,154,163)
#64858C
(100,133,140)
#557075
(85,112,117)
#465B5E
(70,91,94)
#374647
(55,70,71)
#283130
(40,49,48)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #AFEEFF

#AFEEFF
(175,238,255)
#B6EFFF
(182,239,255)
#BDF0FF
(189,240,255)
#C4F1FF
(196,241,255)
#CBF2FF
(203,242,255)
#D2F3FF
(210,243,255)
#D9F4FF
(217,244,255)
#E0F5FF
(224,245,255)
#E7F6FF
(231,246,255)
#EEF7FF
(238,247,255)
#F5F8FF
(245,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEEFF color. Also use rgb(175,238,255) instead hex code.

Text Font Color

.myTextColor { color: #AFEEFF; }

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

This text font color is #AFEEFF.

Background Color

.myBgColor { background-color: #AFEEFF; }

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

This div background color is #AFEEFF.

Border color

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

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

This div border color is #AFEEFF.

Opacity

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

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

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

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

This text has shadow with #AFEEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEEFF.

Preview

Color preview on black background

This text has color #AFEEFF on black background.


Color preview on white background

This text has color #AFEEFF on white background.


Black color preview on #AFEEFF background

This text has black color on #AFEEFF background.


White color preview on #AFEEFF background

This text has white color on #AFEEFF background.


Related colors

Complementary color

Complementary color for #hex is #501100.


I love getcolorcode.com

Triadic colors

1 #FFAFEE and #EEFFAF with #AFEEFF are triadic colors.

2 #FFEEAF and #EEAFFF with #AFEEFF are triadic colors.