#73BAD6

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

Shades of Seagull #73BAD6

Tints of Seagull #73BAD6

Color information

#73BAD6 (or 0x73BAD6) is unknown color: approx Seagull. HEX triplet: 73, BA and D6. RGB value is (115,186,214). Sum of RGB (Red+Green+Blue) = 115+186+214=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #73BAD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAD6 is #8C4529. Grayscale: #A7A7A7. Windows color (decimal): -9192746 or 14072435. OLE color: 14072435.

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

Color convert

RGB115186214-
CMYK0.460.1300.16
HSL196.97º54.7%64.51%-
HSV(B)196.97º46.26%83.92%-
XYZ36.7743.6270.1-
YUV167.96153.9890.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.33%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 214 (83.98% from 255) = 41.55%
R=22.33%
G=36.12%
B=41.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151862140.460.1300.16196.9754.764.51
Hex73BAD62ED010c53741
Octal163272326561502030567101
Binary111001110111010110101101011101101010000110001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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