#73becc

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

Shades of Seagull #73BECC

Tints of Seagull #73BECC

Color information

#73BECC (or 0x73BECC) is unknown color: approx Seagull. HEX triplet: 73, BE and CC. RGB value is (115,190,204). Sum of RGB (Red+Green+Blue) = 115+190+204=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #73BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BECC is #8C4133. Grayscale: #A9A9A9. Windows color (decimal): -9191732 or 13418099. OLE color: 13418099.

HSL color Cylindrical-coordinate representation of color #73BECC: hue angle of 189.44º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73BECC is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB115190204-
CMYK0.440.0700.2
HSL189.44º46.6%62.55%-
HSV(B)189.44º43.63%80%-
XYZ36.3844.8363.86-
YUV169.17147.6589.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.59%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 204 (80.08% from 255) = 40.08%
R=22.59%
G=37.33%
B=40.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1151902040.440.0700.2189.4446.662.55
Hex73BECC2C7014bd2f3f
Octal1632763145470242755777
Binary1110011101111101100110010110011101010010111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73becc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,190,204); }

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

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

 a { background-color: rgb(115,190,204); }

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

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

 span { border-color: rgb(115,190,204); }

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