#73AAD1

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

Shades of Seagull #73AAD1

Tints of Seagull #73AAD1

Color information

#73AAD1 (or 0x73AAD1) is unknown color: approx Seagull. HEX triplet: 73, AA and D1. RGB value is (115,170,209). Sum of RGB (Red+Green+Blue) = 115+170+209=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #73AAD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AAD1 is #8C552E. Grayscale: #9D9D9D. Windows color (decimal): -9196847 or 13740659. OLE color: 13740659.

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

Color convert

RGB115170209-
CMYK0.450.1900.18
HSL204.89º50.54%63.53%-
HSV(B)204.89º44.98%81.96%-
XYZ32.953765.73-
YUV158156.7897.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.28%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=23.28%
G=34.41%
B=42.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151702090.450.1900.18204.8950.5463.53
Hex73AAD12D13012cd3340
Octal163252321552302231563100
Binary1110011101010101101000110110110011010010110011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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