#73ACD1

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

Shades of Seagull #73ACD1

Tints of Seagull #73ACD1

Color information

#73ACD1 (or 0x73ACD1) is unknown color: approx Seagull. HEX triplet: 73, AC and D1. RGB value is (115,172,209). Sum of RGB (Red+Green+Blue) = 115+172+209=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #73ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACD1 is #8C532E. Grayscale: #9E9E9E. Windows color (decimal): -9196335 or 13741171. OLE color: 13741171.

HSL color Cylindrical-coordinate representation of color #73ACD1: hue angle of 203.62º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73ACD1 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115172209-
CMYK0.450.1800.18
HSL203.62º50.54%63.53%-
HSV(B)203.62º44.98%81.96%-
XYZ33.3337.7565.85-
YUV159.17156.1296.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.19%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 209 (82.03% from 255) = 42.14%
R=23.19%
G=34.68%
B=42.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151722090.450.1800.18203.6250.5463.53
Hex73ACD12D12012cc3340
Octal163254321552202231463100
Binary1110011101011001101000110110110010010010110011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,172,209); }

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

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

 a { background-color: rgb(115,172,209); }

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

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

 span { border-color: rgb(115,172,209); }

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