#73AFCF

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

Shades of Seagull #73AFCF

Tints of Seagull #73AFCF

Color information

#73AFCF (or 0x73AFCF) is unknown color: approx Seagull. HEX triplet: 73, AF and CF. RGB value is (115,175,207). Sum of RGB (Red+Green+Blue) = 115+175+207=497 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.14% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #73AFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFCF is #8C5030. Grayscale: #A0A0A0. Windows color (decimal): -9195569 or 13610867. OLE color: 13610867.

HSL color Cylindrical-coordinate representation of color #73AFCF: hue angle of 200.87º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73AFCF is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB115175207-
CMYK0.440.1500.19
HSL200.87º48.94%63.14%-
HSV(B)200.87º44.44%81.18%-
XYZ33.6638.8164.75-
YUV160.71154.1295.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.14%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=23.14%
G=35.21%
B=41.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1151752070.440.1500.19200.8748.9463.14
Hex73AFCF2CF013c9313f
Octal16325731754170233116177
Binary11100111010111111001111101100111101001111001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,175,207); }

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

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

 a { background-color: rgb(115,175,207); }

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

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

 span { border-color: rgb(115,175,207); }

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