#73A5C8

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

Shades of Seagull #73A5C8

Tints of Seagull #73A5C8

Color information

#73A5C8 (or 0x73A5C8) is unknown color: approx Seagull. HEX triplet: 73, A5 and C8. RGB value is (115,165,200). Sum of RGB (Red+Green+Blue) = 115+165+200=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 200 (78.52% from 255 or 41.67% from 480); Max value from RGB is 200 - color contains mainly: blue. Hex color #73A5C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A5C8 is #8C5A37. Grayscale: #999999. Windows color (decimal): -9198136 or 13149555. OLE color: 13149555.

HSL color Cylindrical-coordinate representation of color #73A5C8: hue angle of 204.71º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73A5C8 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB115165200-
CMYK0.420.1800.22
HSL204.71º43.59%61.76%-
HSV(B)204.71º42.5%78.43%-
XYZ30.9534.7359.71-
YUV154.04153.94100.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.96%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 200 (78.52% from 255) = 41.67%
R=23.96%
G=34.38%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151652000.420.1800.22204.7143.5961.76
Hex73A5C82A12016cd2c3e
Octal16324531052220263155476
Binary111001110100101110010001010101001001011011001101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,165,200); }

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

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

 a { background-color: rgb(115,165,200); }

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

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

 span { border-color: rgb(115,165,200); }

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