#73B6D1

Color #73B6D1 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #73B6D1

Tints of Seagull #73B6D1

Color information

#73B6D1 (or 0x73B6D1) is unknown color: approx Seagull. HEX triplet: 73, B6 and D1. RGB value is (115,182,209). Sum of RGB (Red+Green+Blue) = 115+182+209=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #73B6D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B6D1 is #8C492E. Grayscale: #A4A4A4. Windows color (decimal): -9193775 or 13743731. OLE color: 13743731.

HSL color Cylindrical-coordinate representation of color #73B6D1: hue angle of 197.23º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73B6D1 is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115182209-
CMYK0.450.1300.18
HSL197.23º50.54%63.53%-
HSV(B)197.23º44.98%81.96%-
XYZ35.3141.766.51-
YUV165.04152.892.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 22.73%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=22.73%
G=35.97%
B=41.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151822090.450.1300.18197.2350.5463.53
Hex73B6D12DD012c53340
Octal163266321551502230563100
Binary111001110110110110100011011011101010010110001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73B6D1; }

 p { color: rgb(115,182,209); }

 H1.HeaderClassName
 {
   color: #73B6D1;
 }
 .AnyTagClassName
 {
   color: #73B6D1;
 }
</style>
background-color css

<style>
 a { background-color: #73B6D1; }

 a { background-color: rgb(115,182,209); }

 div.DivClassName
 {
   background-color: #73B6D1;
 }
 .BgClassName
 {
   background-color: #73B6D1;
 }
</style>
border-color css

<style>
 span { border-color: #73B6D1; }

 span { border-color: rgb(115,182,209); }

 td.TdClassName
 {
   border-color: #73B6D1;
 }
 .TagClassName
 {
   border-color: #73B6D1;
 }
</style>