#73ABD0

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

Shades of Seagull #73ABD0

Tints of Seagull #73ABD0

Color information

#73ABD0 (or 0x73ABD0) is unknown color: approx Seagull. HEX triplet: 73, AB and D0. RGB value is (115,171,208). Sum of RGB (Red+Green+Blue) = 115+171+208=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #73ABD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABD0 is #8C542F. Grayscale: #9E9E9E. Windows color (decimal): -9196592 or 13675379. OLE color: 13675379.

HSL color Cylindrical-coordinate representation of color #73ABD0: hue angle of 203.87º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73ABD0 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115171208-
CMYK0.450.1800.18
HSL203.87º49.73%63.33%-
HSV(B)203.87º44.71%81.57%-
XYZ33.0237.3265.14-
YUV158.47155.9596.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.28%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=23.28%
G=34.62%
B=42.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151712080.450.1800.18203.8749.7363.33
Hex73ABD02D12012cc323f
Octal16325332055220223146277
Binary111001110101011110100001011011001001001011001100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,171,208); }

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

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

 a { background-color: rgb(115,171,208); }

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

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

 span { border-color: rgb(115,171,208); }

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