#73B7CD

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

Shades of Seagull #73B7CD

Tints of Seagull #73B7CD

Color information

#73B7CD (or 0x73B7CD) is unknown color: approx Seagull. HEX triplet: 73, B7 and CD. RGB value is (115,183,205). Sum of RGB (Red+Green+Blue) = 115+183+205=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #73B7CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73B7CD is #8C4832. Grayscale: #A5A5A5. Windows color (decimal): -9193523 or 13481843. OLE color: 13481843.

HSL color Cylindrical-coordinate representation of color #73B7CD: hue angle of 194.67º 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 #73B7CD is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115183205-
CMYK0.440.1100.20
HSL194.67º47.37%62.75%-
HSV(B)194.67º43.9%80.39%-
XYZ35.0241.9264-
YUV165.18150.4792.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.86%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=22.86%
G=36.38%
B=40.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151832050.440.1100.20194.6747.3762.75
Hex73B7CD2CB014c32f3f
Octal16326731554130243035777
Binary11100111011011111001101101100101101010011000011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,183,205); }

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

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

 a { background-color: rgb(115,183,205); }

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

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

 span { border-color: rgb(115,183,205); }

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