#73BAC9

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

Shades of Seagull #73BAC9

Tints of Seagull #73BAC9

Color information

#73BAC9 (or 0x73BAC9) is unknown color: approx Seagull. HEX triplet: 73, BA and C9. RGB value is (115,186,201). Sum of RGB (Red+Green+Blue) = 115+186+201=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #73BAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAC9 is #8C4536. Grayscale: #A6A6A6. Windows color (decimal): -9192759 or 13220467. OLE color: 13220467.

HSL color Cylindrical-coordinate representation of color #73BAC9: hue angle of 190.47º 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 #73BAC9 is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115186201-
CMYK0.430.0700.21
HSL190.47º44.33%61.96%-
HSV(B)190.47º42.79%78.82%-
XYZ35.1742.9861.7-
YUV166.48147.4891.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.91%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=22.91%
G=37.05%
B=40.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151862010.430.0700.21190.4744.3361.96
Hex73BAC92B7015be2c3e
Octal1632723115370252765476
Binary1110011101110101100100110101111101010110111110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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