#73BACB

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

Shades of Seagull #73BACB

Tints of Seagull #73BACB

Color information

#73BACB (or 0x73BACB) is unknown color: approx Seagull. HEX triplet: 73, BA and CB. RGB value is (115,186,203). Sum of RGB (Red+Green+Blue) = 115+186+203=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #73BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BACB is #8C4534. Grayscale: #A6A6A6. Windows color (decimal): -9192757 or 13351539. OLE color: 13351539.

HSL color Cylindrical-coordinate representation of color #73BACB: hue angle of 191.59º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73BACB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115186203-
CMYK0.430.0800.20
HSL191.59º45.83%62.35%-
HSV(B)191.59º43.35%79.61%-
XYZ35.4143.0762.95-
YUV166.71148.4891.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.82%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=22.82%
G=36.90%
B=40.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151862030.430.0800.20191.5945.8362.35
Hex73BACB2B8014c02e3e
Octal16327231353100243005676
Binary11100111011101011001011101011100001010011000000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,186,203); }

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

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

 a { background-color: rgb(115,186,203); }

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

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

 span { border-color: rgb(115,186,203); }

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