#73BDD1

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

Shades of Seagull #73BDD1

Tints of Seagull #73BDD1

Color information

#73BDD1 (or 0x73BDD1) is unknown color: approx Seagull. HEX triplet: 73, BD and D1. RGB value is (115,189,209). Sum of RGB (Red+Green+Blue) = 115+189+209=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #73BDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BDD1 is #8C422E. Grayscale: #A9A9A9. Windows color (decimal): -9191983 or 13745523. OLE color: 13745523.

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

Color convert

RGB115189209-
CMYK0.450.1000.18
HSL192.77º50.54%63.53%-
HSV(B)192.77º44.98%81.96%-
XYZ36.7844.6467-
YUV169.15150.4889.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.42%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=22.42%
G=36.84%
B=40.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151892090.450.1000.18192.7750.5463.53
Hex73BDD12DA012c13340
Octal163275321551202230163100
Binary111001110111101110100011011011010010010110000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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