COLOR #7AF9FB

HEX: #7AF9FB
RGB: (122,249,251)

Color info

#7AF9FB contains mainly green and blue colors. Web safe color of #7AF9FB is #66FFFF (or #6FF).

RGB color model

#7AF9FB color RGB value is (122,249,251).

  • red value is 122;
  • green value is 249;
  • blue value is 251.
RGB:
(122,249,251)
(48%,98%,98%)

RGB channels and saturation

R 122 of 255 = 48%
G 249 of 255 = 98%
B 251 of 255 = 98%

122
249
251

R + G + B ~ 81%. #7AF9FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 249 + 251 = 622 (100%)
R 122 of 622 ~ 19.61%
G 249 of 622 ~ 40.03%
B 251 of 622 ~ 40.35%

%19.61
%40.03
%40.35

CMYK color model

#7AF9FB color CMYK value is (51,1,0,2).

  • cyan value is 51.39%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(51,1,0,2)
C51M1Y0K2 
(51%,1%,0%,2%)
(0.51/0.01/0.00/0.02)	

CMYK percentages

%51.39
%0.8
%0
%1.57

Codes

Color #7AF9FB in popluar color models

7AF9FB
RGB122249251
HSL181°94.16%73.14%
HSB/HSV181°51.39%98.43%
CMYK51.39%0.80%0.00%
1.57%

Color #7AF9FB in popluar number systems.

HEX7AF9FB
Decimal122249251
Binary11110101111100111111011
Octal172371373

Shades and tints

Shades of #7AF9FB

#7AF9FB
(122,249,251)
#6FE3E5
(111,227,229)
#64CDCF
(100,205,207)
#59B7B9
(89,183,185)
#4EA1A3
(78,161,163)
#438B8D
(67,139,141)
#387577
(56,117,119)
#2D5F61
(45,95,97)
#22494B
(34,73,75)
#173335
(23,51,53)
#0C1D1F
(12,29,31)
#000000
(0,0,0)

Tints of #7AF9FB

#7AF9FB
(122,249,251)
#86F9FB
(134,249,251)
#92F9FB
(146,249,251)
#9EF9FB
(158,249,251)
#AAF9FB
(170,249,251)
#B6F9FB
(182,249,251)
#C2F9FB
(194,249,251)
#CEF9FB
(206,249,251)
#DAF9FB
(218,249,251)
#E6F9FB
(230,249,251)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AF9FB color. Also use rgb(122,249,251) instead hex code.

Text Font Color

.myTextColor { color: #7AF9FB; }

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

This text font color is #7AF9FB.


Background Color

.myBgColor { background-color: #7AF9FB; }

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

This div background color is #7AF9FB.


Border color

.myBorderColor { border: 1px solid #7AF9FB; }

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

This div border color is #7AF9FB.


Opacity

.myOpacity80 { color: #7AF9FB; opacity: 0.8; }

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

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

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

This text has shadow with #7AF9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AF9FB on black background.


Color preview on white background

This text has color #7AF9FB on white background.



Black color preview on #7AF9FB background

This text has black color on #7AF9FB background.


White color preview on #7AF9FB background

This text has white color on #7AF9FB background.