COLOR #73D8FF

HEX: #73D8FF RGB: (115,216,255)

Color info

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

RGB color model

#73D8FF color RGB value is (115,216,255).

RGB: (115,216,255) (45%, 85%, 100%)

RGB channels and saturation

R 115 of 255 = 45%
G 216 of 255 = 85%
B 255 of 255 = 100%

115
216
255

R + G + B ~ 77%. #73D8FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 216 + 255 = 586 (100%)
R 115 of 586 ~ 19.62%
G 216 of 586 ~ 36.86%
B 255 of 586 ~ 43.52'%

%19.62
%36.86
%43.52

CMYK color model

#73D8FF color CMYK value is (55,15,0,0).

  • cyan value is 54.90%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (55,15,0,0)
C55M15Y0K0 (55%, 15%, 0%, 0%)
(0.55 / 0.15 / 0.00 / 0.00)

CMYK percentages

%54.9
%15.29
%0
%0

Codes

Color #73D8FF in popluar color models

73 D8 FF
RGB 115 216 255
HSL 197° 100.00% 72.55%
HSB/HSV 197° 54.90% 100.00%
CMYK 54.90% 15.29% 0.00%
0.00%

Color #73D8FF in popluar number systems.

HEX 73 D8 FF
Decimal 115 216 255
Binary 1110011 11011000 11111111
Octal 163 330 377

Shades and tints

Shades of #73D8FF

#73D8FF
(115,216,255)
#69C5E8
(105,197,232)
#5FB2D1
(95,178,209)
#559FBA
(85,159,186)
#4B8CA3
(75,140,163)
#41798C
(65,121,140)
#376675
(55,102,117)
#2D535E
(45,83,94)
#234047
(35,64,71)
#192D30
(25,45,48)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #73D8FF

#73D8FF
(115,216,255)
#7FDBFF
(127,219,255)
#8BDEFF
(139,222,255)
#97E1FF
(151,225,255)
#A3E4FF
(163,228,255)
#AFE7FF
(175,231,255)
#BBEAFF
(187,234,255)
#C7EDFF
(199,237,255)
#D3F0FF
(211,240,255)
#DFF3FF
(223,243,255)
#EBF6FF
(235,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D8FF color. Also use rgb(115,216,255) instead hex code.

Text Font Color

.myTextColor { color: #73D8FF; }

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

This text font color is #73D8FF.

Background Color

.myBgColor { background-color: #73D8FF; }

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

This div background color is #73D8FF.

Border color

.myBorderColor { border: 1px solid #73D8FF; }

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

This div border color is #73D8FF.

Opacity

.myOpacity80 { color: #73D8FF; opacity: 0.8; }

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

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

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

This text has shadow with #73D8FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73D8FF.

Preview

Color preview on black background

This text has color #73D8FF on black background.


Color preview on white background

This text has color #73D8FF on white background.


Black color preview on #73D8FF background

This text has black color on #73D8FF background.


White color preview on #73D8FF background

This text has white color on #73D8FF background.


Related colors

Complementary color

Complementary color for #hex is #8C2700.


I love getcolorcode.com

Triadic colors

1 #FF73D8 and #D8FF73 with #73D8FF are triadic colors.

2 #FFD873 and #D873FF with #73D8FF are triadic colors.