#73BACC

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

Shades of Seagull #73BACC

Tints of Seagull #73BACC

Color information

#73BACC (or 0x73BACC) is unknown color: approx Seagull. HEX triplet: 73, BA and CC. RGB value is (115,186,204). Sum of RGB (Red+Green+Blue) = 115+186+204=505 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.77% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #73BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BACC is #8C4533. Grayscale: #A6A6A6. Windows color (decimal): -9192756 or 13417075. OLE color: 13417075.

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

Color convert

RGB115186204-
CMYK0.440.0900.2
HSL192.13º46.6%62.55%-
HSV(B)192.13º43.63%80%-
XYZ35.5343.1263.58-
YUV166.82148.9891.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.77%
GREEN value IS 186 (73.05% from 255) = 36.83%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=22.77%
G=36.83%
B=40.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1151862040.440.0900.2192.1346.662.55
Hex73BACC2C9014c02f3f
Octal16327231454110243005777
Binary11100111011101011001100101100100101010011000000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,186,204); }

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

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

 a { background-color: rgb(115,186,204); }

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

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

 span { border-color: rgb(115,186,204); }

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