#73BECB

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

Shades of Seagull #73BECB

Tints of Seagull #73BECB

Color information

#73BECB (or 0x73BECB) is unknown color: approx Seagull. HEX triplet: 73, BE and CB. RGB value is (115,190,203). Sum of RGB (Red+Green+Blue) = 115+190+203=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #73BECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BECB is #8C4134. Grayscale: #A8A8A8. Windows color (decimal): -9191733 or 13352563. OLE color: 13352563.

HSL color Cylindrical-coordinate representation of color #73BECB: hue angle of 188.86º 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 #73BECB is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115190203-
CMYK0.430.0600.20
HSL188.86º45.83%62.35%-
HSV(B)188.86º43.35%79.61%-
XYZ36.2644.7863.23-
YUV169.06147.1589.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.64%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 203 (79.69% from 255) = 39.96%
R=22.64%
G=37.40%
B=39.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151902030.430.0600.20188.8645.8362.35
Hex73BECB2B6014bd2e3e
Octal1632763135360242755676
Binary1110011101111101100101110101111001010010111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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