#73B6D5

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

Shades of Seagull #73B6D5

Tints of Seagull #73B6D5

Color information

#73B6D5 (or 0x73B6D5) is unknown color: approx Seagull. HEX triplet: 73, B6 and D5. RGB value is (115,182,213). Sum of RGB (Red+Green+Blue) = 115+182+213=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #73B6D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B6D5 is #8C492A. Grayscale: #A5A5A5. Windows color (decimal): -9193771 or 14005875. OLE color: 14005875.

HSL color Cylindrical-coordinate representation of color #73B6D5: hue angle of 198.98º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73B6D5 is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115182213-
CMYK0.460.1500.16
HSL198.98º53.85%64.31%-
HSV(B)198.98º46.01%83.53%-
XYZ35.8141.969.15-
YUV165.5154.891.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.55%
GREEN value IS 182 (71.48% from 255) = 35.69%
BLUE value IS 213 (83.59% from 255) = 41.76%
R=22.55%
G=35.69%
B=41.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151822130.460.1500.16198.9853.8564.31
Hex73B6D52EF010c73640
Octal163266325561702030766100
Binary111001110110110110101011011101111010000110001111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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