#73B4CA

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

Shades of Seagull #73B4CA

Tints of Seagull #73B4CA

Color information

#73B4CA (or 0x73B4CA) is unknown color: approx Seagull. HEX triplet: 73, B4 and CA. RGB value is (115,180,202). Sum of RGB (Red+Green+Blue) = 115+180+202=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #73B4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B4CA is #8C4B35. Grayscale: #A2A2A2. Windows color (decimal): -9194294 or 13284467. OLE color: 13284467.

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

Color convert

RGB115180202-
CMYK0.430.1100.21
HSL195.17º45.08%62.16%-
HSV(B)195.17º43.07%79.22%-
XYZ34.0540.5561.91-
YUV163.07149.9793.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=23.14%
G=36.22%
B=40.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151802020.430.1100.21195.1745.0862.16
Hex73B4CA2BB015c32d3e
Octal16326431253130253035576
Binary11100111011010011001010101011101101010111000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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