#73AACC

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

Shades of Seagull #73AACC

Tints of Seagull #73AACC

Color information

#73AACC (or 0x73AACC) is unknown color: approx Seagull. HEX triplet: 73, AA and CC. RGB value is (115,170,204). Sum of RGB (Red+Green+Blue) = 115+170+204=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #73AACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AACC is #8C5533. Grayscale: #9D9D9D. Windows color (decimal): -9196852 or 13412979. OLE color: 13412979.

HSL color Cylindrical-coordinate representation of color #73AACC: hue angle of 202.92º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73AACC is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB115170204-
CMYK0.440.1700.2
HSL202.92º46.6%62.55%-
HSV(B)202.92º43.63%80%-
XYZ32.3436.7562.52-
YUV157.43154.2897.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.52%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=23.52%
G=34.76%
B=41.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1151702040.440.1700.2202.9246.662.55
Hex73AACC2C11014cb2f3f
Octal16325231454210243135777
Binary111001110101010110011001011001000101010011001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,170,204); }

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

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

 a { background-color: rgb(115,170,204); }

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

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

 span { border-color: rgb(115,170,204); }

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