#73BAC8

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

Shades of Seagull #73BAC8

Tints of Seagull #73BAC8

Color information

#73BAC8 (or 0x73BAC8) is unknown color: approx Seagull. HEX triplet: 73, BA and C8. RGB value is (115,186,200). Sum of RGB (Red+Green+Blue) = 115+186+200=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #73BAC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BAC8 is #8C4537. Grayscale: #A6A6A6. Windows color (decimal): -9192760 or 13154931. OLE color: 13154931.

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

Color convert

RGB115186200-
CMYK0.420.0700.22
HSL189.88º43.59%61.76%-
HSV(B)189.88º42.5%78.43%-
XYZ35.0542.9361.08-
YUV166.37146.9891.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.95%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 200 (78.52% from 255) = 39.92%
R=22.95%
G=37.13%
B=39.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151862000.420.0700.22189.8843.5961.76
Hex73BAC82A7016be2c3e
Octal1632723105270262765476
Binary1110011101110101100100010101011101011010111110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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