#73BAD2

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

Shades of Seagull #73BAD2

Tints of Seagull #73BAD2

Color information

#73BAD2 (or 0x73BAD2) is unknown color: approx Seagull. HEX triplet: 73, BA and D2. RGB value is (115,186,210). Sum of RGB (Red+Green+Blue) = 115+186+210=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #73BAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAD2 is #8C452D. Grayscale: #A7A7A7. Windows color (decimal): -9192750 or 13810291. OLE color: 13810291.

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

Color convert

RGB115186210-
CMYK0.450.1100.18
HSL195.16º51.35%63.73%-
HSV(B)195.16º45.24%82.35%-
XYZ36.2643.4267.44-
YUV167.51151.9890.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.50%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 210 (82.42% from 255) = 41.10%
R=22.50%
G=36.40%
B=41.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151862100.450.1100.18195.1651.3563.73
Hex73BAD22DB012c33340
Octal163272322551302230363100
Binary111001110111010110100101011011011010010110000111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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