#73BCD5

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

Shades of Seagull #73BCD5

Tints of Seagull #73BCD5

Color information

#73BCD5 (or 0x73BCD5) is unknown color: approx Seagull. HEX triplet: 73, BC and D5. RGB value is (115,188,213). Sum of RGB (Red+Green+Blue) = 115+188+213=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #73BCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCD5 is #8C432A. Grayscale: #A8A8A8. Windows color (decimal): -9192235 or 14007411. OLE color: 14007411.

HSL color Cylindrical-coordinate representation of color #73BCD5: hue angle of 195.31º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73BCD5 is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB115188213-
CMYK0.460.1200.16
HSL195.31º53.85%64.31%-
HSV(B)195.31º46.01%83.53%-
XYZ37.0644.4269.57-
YUV169.02152.8289.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.29%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 213 (83.59% from 255) = 41.28%
R=22.29%
G=36.43%
B=41.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1151882130.460.1200.16195.3153.8564.31
Hex73BCD52EC010c33640
Octal163274325561402030366100
Binary111001110111100110101011011101100010000110000111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,188,213); }

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

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

 a { background-color: rgb(115,188,213); }

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

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

 span { border-color: rgb(115,188,213); }

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