COLOR #80CAFD

HEX: #80CAFD RGB: (128,202,253)

Color info

#80CAFD contains mainly green and blue colors. Web safe color of #80CAFD is #66CCFF (or #6CF).

RGB color model

#80CAFD color RGB value is (128,202,253).

RGB: (128,202,253) (50%, 79%, 99%)

RGB channels and saturation

R 128 of 255 = 50%
G 202 of 255 = 79%
B 253 of 255 = 99%

128
202
253

R + G + B ~ 76%. #80CAFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 202 + 253 = 583 (100%)
R 128 of 583 ~ 21.96%
G 202 of 583 ~ 34.65%
B 253 of 583 ~ 43.4'%

%21.96
%34.65
%43.4

CMYK color model

#80CAFD color CMYK value is (49,20,0,1).

  • cyan value is 49.41%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (49,20,0,1)
C49M20Y0K1 (49%, 20%, 0%, 1%)
(0.49 / 0.20 / 0.00 / 0.01)

CMYK percentages

%49.41
%20.16
%0
%0.78

Codes

Color #80CAFD in popluar color models

80 CA FD
RGB 128 202 253
HSL 204° 96.90% 74.71%
HSB/HSV 204° 49.41% 99.22%
CMYK 49.41% 20.16% 0.00%
0.78%

Color #80CAFD in popluar number systems.

HEX 80 CA FD
Decimal 128 202 253
Binary 10000000 11001010 11111101
Octal 200 312 375

Shades and tints

Shades of #80CAFD

#80CAFD
(128,202,253)
#75B8E6
(117,184,230)
#6AA6CF
(106,166,207)
#5F94B8
(95,148,184)
#5482A1
(84,130,161)
#49708A
(73,112,138)
#3E5E73
(62,94,115)
#334C5C
(51,76,92)
#283A45
(40,58,69)
#1D282E
(29,40,46)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #80CAFD

#80CAFD
(128,202,253)
#8BCEFD
(139,206,253)
#96D2FD
(150,210,253)
#A1D6FD
(161,214,253)
#ACDAFD
(172,218,253)
#B7DEFD
(183,222,253)
#C2E2FD
(194,226,253)
#CDE6FD
(205,230,253)
#D8EAFD
(216,234,253)
#E3EEFD
(227,238,253)
#EEF2FD
(238,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CAFD color. Also use rgb(128,202,253) instead hex code.

Text Font Color

.myTextColor { color: #80CAFD; }

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

This text font color is #80CAFD.

Background Color

.myBgColor { background-color: #80CAFD; }

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

This div background color is #80CAFD.

Border color

.myBorderColor { border: 1px solid #80CAFD; }

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

This div border color is #80CAFD.

Opacity

.myOpacity80 { color: #80CAFD; opacity: 0.8; }

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

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

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

This text has shadow with #80CAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80CAFD.

Preview

Color preview on black background

This text has color #80CAFD on black background.


Color preview on white background

This text has color #80CAFD on white background.


Black color preview on #80CAFD background

This text has black color on #80CAFD background.


White color preview on #80CAFD background

This text has white color on #80CAFD background.


Related colors

Complementary color

Complementary color for #hex is #7F3502.


I love getcolorcode.com

Triadic colors

1 #FD80CA and #CAFD80 with #80CAFD are triadic colors.

2 #FDCA80 and #CA80FD with #80CAFD are triadic colors.