#73BCD2

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

Shades of Seagull #73BCD2

Tints of Seagull #73BCD2

Color information

#73BCD2 (or 0x73BCD2) is unknown color: approx Seagull. HEX triplet: 73, BC and D2. RGB value is (115,188,210). Sum of RGB (Red+Green+Blue) = 115+188+210=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 210 (82.42% from 255 or 40.94% from 513); Max value from RGB is 210 - color contains mainly: blue. Hex color #73BCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCD2 is #8C432D. Grayscale: #A8A8A8. Windows color (decimal): -9192238 or 13810803. OLE color: 13810803.

HSL color Cylindrical-coordinate representation of color #73BCD2: hue angle of 193.89º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73BCD2 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB115188210-
CMYK0.450.1000.18
HSL193.89º51.35%63.73%-
HSV(B)193.89º45.24%82.35%-
XYZ36.6944.2667.58-
YUV168.68151.3289.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 22.42%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 210 (82.42% from 255) = 40.94%
R=22.42%
G=36.65%
B=40.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1151882100.450.1000.18193.8951.3563.73
Hex73BCD22DA012c23340
Octal163274322551202230263100
Binary111001110111100110100101011011010010010110000101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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