#73AFCB

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

Shades of Seagull #73AFCB

Tints of Seagull #73AFCB

Color information

#73AFCB (or 0x73AFCB) is unknown color: approx Seagull. HEX triplet: 73, AF and CB. RGB value is (115,175,203). Sum of RGB (Red+Green+Blue) = 115+175+203=493 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.33% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #73AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFCB is #8C5034. Grayscale: #A0A0A0. Windows color (decimal): -9195573 or 13348723. OLE color: 13348723.

HSL color Cylindrical-coordinate representation of color #73AFCB: hue angle of 199.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73AFCB is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB115175203-
CMYK0.430.1400.20
HSL199.09º45.83%62.35%-
HSV(B)199.09º43.35%79.61%-
XYZ33.1838.6262.2-
YUV160.25152.1295.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.33%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 203 (79.69% from 255) = 41.18%
R=23.33%
G=35.50%
B=41.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1151752030.430.1400.20199.0945.8362.35
Hex73AFCB2BE014c72e3e
Octal16325731353160243075676
Binary11100111010111111001011101011111001010011000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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