#73B9D2

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

Shades of Seagull #73B9D2

Tints of Seagull #73B9D2

Color information

#73B9D2 (or 0x73B9D2) is unknown color: approx Seagull. HEX triplet: 73, B9 and D2. RGB value is (115,185,210). Sum of RGB (Red+Green+Blue) = 115+185+210=510 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.55% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #73B9D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B9D2 is #8C462D. Grayscale: #A6A6A6. Windows color (decimal): -9193006 or 13810035. OLE color: 13810035.

HSL color Cylindrical-coordinate representation of color #73B9D2: hue angle of 195.79º 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 #73B9D2 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115185210-
CMYK0.450.1200.18
HSL195.79º51.35%63.73%-
HSV(B)195.79º45.24%82.35%-
XYZ36.054367.37-
YUV166.92152.3190.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.55%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 210 (82.42% from 255) = 41.18%
R=22.55%
G=36.27%
B=41.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151852100.450.1200.18195.7951.3563.73
Hex73B9D22DC012c43340
Octal163271322551402230463100
Binary111001110111001110100101011011100010010110001001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,185,210); }

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

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

 a { background-color: rgb(115,185,210); }

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

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

 span { border-color: rgb(115,185,210); }

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