#73B0CA

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

Shades of Seagull #73B0CA

Tints of Seagull #73B0CA

Color information

#73B0CA (or 0x73B0CA) is unknown color: approx Seagull. HEX triplet: 73, B0 and CA. RGB value is (115,176,202). Sum of RGB (Red+Green+Blue) = 115+176+202=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #73B0CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B0CA is #8C4F35. Grayscale: #A0A0A0. Windows color (decimal): -9195318 or 13283443. OLE color: 13283443.

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

Color convert

RGB115176202-
CMYK0.430.1300.21
HSL197.93º45.08%62.16%-
HSV(B)197.93º43.07%79.22%-
XYZ33.2638.9661.64-
YUV160.72151.2995.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 176 (69.14% from 255) = 35.70%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=23.33%
G=35.70%
B=40.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151762020.430.1300.21197.9345.0862.16
Hex73B0CA2BD015c62d3e
Octal16326031253150253065576
Binary11100111011000011001010101011110101010111000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,176,202); }

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

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

 a { background-color: rgb(115,176,202); }

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

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

 span { border-color: rgb(115,176,202); }

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