#73AAD0

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

Shades of Seagull #73AAD0

Tints of Seagull #73AAD0

Color information

#73AAD0 (or 0x73AAD0) is unknown color: approx Seagull. HEX triplet: 73, AA and D0. RGB value is (115,170,208). Sum of RGB (Red+Green+Blue) = 115+170+208=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #73AAD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AAD0 is #8C552F. Grayscale: #9D9D9D. Windows color (decimal): -9196848 or 13675123. OLE color: 13675123.

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

Color convert

RGB115170208-
CMYK0.450.1800.18
HSL204.52º49.73%63.33%-
HSV(B)204.52º44.71%81.57%-
XYZ32.8336.9565.08-
YUV157.89156.2897.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=23.33%
G=34.48%
B=42.19%

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
Decimal1151702080.450.1800.18204.5249.7363.33
Hex73AAD02D12012cd323f
Octal16325232055220223156277
Binary111001110101010110100001011011001001001011001101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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