#73ACD2

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

Shades of Seagull #73ACD2

Tints of Seagull #73ACD2

Color information

#73ACD2 (or 0x73ACD2) is unknown color: approx Seagull. HEX triplet: 73, AC and D2. RGB value is (115,172,210). Sum of RGB (Red+Green+Blue) = 115+172+210=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #73ACD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73ACD2 is #8C532D. Grayscale: #9F9F9F. Windows color (decimal): -9196334 or 13806707. OLE color: 13806707.

HSL color Cylindrical-coordinate representation of color #73ACD2: hue angle of 204º 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 #73ACD2 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115172210-
CMYK0.450.1800.18
HSL204º51.35%63.73%-
HSV(B)204º45.24%82.35%-
XYZ33.4637.866.51-
YUV159.29156.6296.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 172 (67.58% from 255) = 34.61%
BLUE value IS 210 (82.42% from 255) = 42.25%
R=23.14%
G=34.61%
B=42.25%

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
Decimal1151722100.450.1800.1820451.3563.73
Hex73ACD22D12012cc3340
Octal163254322552202231463100
Binary1110011101011001101001010110110010010010110011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73ACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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