#73ABCA

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

Shades of Seagull #73ABCA

Tints of Seagull #73ABCA

Color information

#73ABCA (or 0x73ABCA) is unknown color: approx Seagull. HEX triplet: 73, AB and CA. RGB value is (115,171,202). Sum of RGB (Red+Green+Blue) = 115+171+202=488 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.57% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #73ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ABCA is #8C5435. Grayscale: #9D9D9D. Windows color (decimal): -9196598 or 13282163. OLE color: 13282163.

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

Color convert

RGB115171202-
CMYK0.430.1500.21
HSL201.38º45.08%62.16%-
HSV(B)201.38º43.07%79.22%-
XYZ32.2937.0361.32-
YUV157.79152.9597.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.57%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=23.57%
G=35.04%
B=41.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151712020.430.1500.21201.3845.0862.16
Hex73ABCA2BF015c92d3e
Octal16325331253170253115576
Binary11100111010101111001010101011111101010111001001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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