#73A6C9

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

Shades of Seagull #73A6C9

Tints of Seagull #73A6C9

Color information

#73A6C9 (or 0x73A6C9) is unknown color: approx Seagull. HEX triplet: 73, A6 and C9. RGB value is (115,166,201). Sum of RGB (Red+Green+Blue) = 115+166+201=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #73A6C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A6C9 is #8C5936. Grayscale: #9A9A9A. Windows color (decimal): -9197879 or 13215347. OLE color: 13215347.

HSL color Cylindrical-coordinate representation of color #73A6C9: hue angle of 204.42º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73A6C9 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115166201-
CMYK0.430.1700.21
HSL204.42º44.33%61.96%-
HSV(B)204.42º42.79%78.82%-
XYZ31.2535.1360.39-
YUV154.74154.199.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.86%
GREEN value IS 166 (65.23% from 255) = 34.44%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=23.86%
G=34.44%
B=41.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151662010.430.1700.21204.4244.3361.96
Hex73A6C92B11015cc2c3e
Octal16324631153210253145476
Binary111001110100110110010011010111000101010111001100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,166,201); }

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

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

 a { background-color: rgb(115,166,201); }

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

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

 span { border-color: rgb(115,166,201); }

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